summary refs log tree commit diff
path: root/pkgs/applications/networking/asn
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-31 21:02:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-31 21:02:38 +0000
commitd938d7cce921bf94929bdf5aea9739ef8c5ed904 (patch)
treea97d65714f86a8a23c58c38654bf652beb999c27 /pkgs/applications/networking/asn
parent22793aa0a2ae5227ab4d70d599c07b9b7c227c7b (diff)
asn: 0.73 -> 0.73.1
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 14b42b930d51c..fd296c531c768 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";
+  version = "0.73.1";
 
   src = fetchFromGitHub {
     owner = "nitefood";
     repo = "asn";
     rev = "v${version}";
-    sha256 = "sha256-z0vjYU6k+6p/lASqOase91aqkUvmuy8sUBjsq2OPnxE=";
+    sha256 = "sha256-W8Q6DOvLdp3iRi7OvTsvIdb8XnUatK/vt7bhtwtep/8=";
   };
 
   nativeBuildInputs = [ makeWrapper ];