diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-05-14 16:57:16 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-05-14 16:57:16 +0000 |
| commit | 3d5ca1b48f5829eed4e0468968e24889362796ef (patch) | |
| tree | 24f4799b571f33e99f0fe84f1e4ce4cfb435ebe0 | |
| parent | Merge pull request #230496 from chvp/bump-xrdp (diff) | |
| download | nixpkgs-3d5ca1b48f5829eed4e0468968e24889362796ef.tar.gz | |
asn: 0.73.3 -> 0.74
| -rw-r--r-- | pkgs/applications/networking/asn/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/asn/default.nix b/pkgs/applications/networking/asn/default.nix index cf1341c43f5c..e2a62c1f8b10 100644 --- a/pkgs/applications/networking/asn/default.nix +++ b/pkgs/applications/networking/asn/default.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation rec { pname = "asn"; - version = "0.73.3"; + version = "0.74"; src = fetchFromGitHub { owner = "nitefood"; repo = "asn"; rev = "v${version}"; - sha256 = "sha256-O0Iu+7UAAf+v0gZdGTdBpdn9BZ/9OqTAA/u0WDiz9s8="; + sha256 = "sha256-400I8aWQaPE7qCV/HqyPzuMmKpUyLc+RK7GCVgbt7JQ="; }; nativeBuildInputs = [ makeWrapper ]; |
