about summary refs log tree commit diff
path: root/pkgs/tools/networking/subnetcalc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-15 15:00:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-15 15:00:38 +0000
commit53e789997843bbff37ec6ae04159300d42b1fd2a (patch)
treef8e65706316759b7e4d49c0b59618a4faf2b7cc8 /pkgs/tools/networking/subnetcalc
parentc3ef726ee171a1f78def8c4da8a2e3719efbbfa4 (diff)
subnetcalc: 2.4.23 -> 2.5.1
Diffstat (limited to 'pkgs/tools/networking/subnetcalc')
-rw-r--r--pkgs/tools/networking/subnetcalc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/subnetcalc/default.nix b/pkgs/tools/networking/subnetcalc/default.nix
index e2d74a586d81a..4c88c6cb29f76 100644
--- a/pkgs/tools/networking/subnetcalc/default.nix
+++ b/pkgs/tools/networking/subnetcalc/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "subnetcalc";
-  version = "2.4.23";
+  version = "2.5.1";
 
   src = fetchFromGitHub {
     owner = "dreibh";
     repo = "subnetcalc";
     rev = "subnetcalc-${finalAttrs.version}";
-    hash = "sha256-uX/roOWjeuuuEFpBbF+hEPDOo0RTR79WpyNvr9U7wR4=";
+    hash = "sha256-uP2T7c5aBvOsuJK648WNWO9WmRN4WCRlAIBFYTYyUkw=";
   };
 
   nativeBuildInputs = [