summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-31 01:38:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-31 01:38:57 +0000
commitc2ad0e4b8550713f7f5c493101040ed0ca016fe7 (patch)
tree07d48d2510fc5ae267e061907b43cb1e235b905f
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
downloadnixpkgs-c2ad0e4b8550713f7f5c493101040ed0ca016fe7.tar
nixpkgs-c2ad0e4b8550713f7f5c493101040ed0ca016fe7.tar.gz
nixpkgs-c2ad0e4b8550713f7f5c493101040ed0ca016fe7.tar.bz2
nixpkgs-c2ad0e4b8550713f7f5c493101040ed0ca016fe7.tar.lz
nixpkgs-c2ad0e4b8550713f7f5c493101040ed0ca016fe7.tar.xz
nixpkgs-c2ad0e4b8550713f7f5c493101040ed0ca016fe7.tar.zst
nixpkgs-c2ad0e4b8550713f7f5c493101040ed0ca016fe7.zip
ipscan: 3.8.2 -> 3.9.0
-rw-r--r--pkgs/tools/security/ipscan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ipscan/default.nix b/pkgs/tools/security/ipscan/default.nix
index 24e8470182b..01c6e6a4476 100644
--- a/pkgs/tools/security/ipscan/default.nix
+++ b/pkgs/tools/security/ipscan/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ipscan";
-  version = "3.8.2";
+  version = "3.9.0";
 
   src = fetchurl {
     url = "https://github.com/angryip/ipscan/releases/download/${version}/ipscan_${version}_all.deb";
-    sha256 = "sha256-064V1KnMXBnjgM6mBrwkezdl+Tko3Xri0D4fCk9iPbk=";
+    sha256 = "sha256-HpsEp5XSz118cbV2wT81hzQT4cgDEBnpUbpl45ZVvlg=";
   };
 
   sourceRoot = ".";