about summary refs log tree commit diff
path: root/pkgs/applications/networking/asn
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-24 09:13:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-24 09:13:27 +0000
commitc7f0179ef55dd661a980fc4a1e47dda6a8897ef2 (patch)
treea9ee36951c980d12d6489c1d74be043d01457793 /pkgs/applications/networking/asn
parentc80b0906d5d0c27f59368ffc140376b8cccb2b95 (diff)
asn: 0.74 -> 0.75
Diffstat (limited to 'pkgs/applications/networking/asn')
-rw-r--r--pkgs/applications/networking/asn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/asn/default.nix b/pkgs/applications/networking/asn/default.nix
index e2a62c1f8b10e..f1ee1da0ddb8d 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.74";
+  version = "0.75";
 
   src = fetchFromGitHub {
     owner = "nitefood";
     repo = "asn";
     rev = "v${version}";
-    sha256 = "sha256-400I8aWQaPE7qCV/HqyPzuMmKpUyLc+RK7GCVgbt7JQ=";
+    sha256 = "sha256-XqP0Nx5pfYtM1xXxEDGooONj7nQ9UngJ9/AOZefnPV8=";
   };
 
   nativeBuildInputs = [ makeWrapper ];