diff options
| author | figsoda <figsoda@pm.me> | 2023-05-14 14:32:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-14 14:32:52 -0400 |
| commit | dca38e06e92e48eef7bcd5449b4207eb1d628f14 (patch) | |
| tree | 6f93c3211616af72bb5fbf0d3f8a5035d9063d5f | |
| parent | Merge pull request #231258 from SuperSandro2000/base58 (diff) | |
| parent | asn: 0.73.3 -> 0.74 (diff) | |
| download | nixpkgs-dca38e06e92e48eef7bcd5449b4207eb1d628f14.tar.gz | |
Merge pull request #231879 from r-ryantm/auto-update/asn
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 ]; |
