about summary refs log tree commit diff
path: root/pkgs/tools/security/ipscan
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-18 07:20:53 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-03-18 07:20:53 +0000
commit50d26d1fdadecf6cd0298bf075ea5baf2eb09880 (patch)
tree543b4d5dec7360bf0e019c4216d8d516f1f4f3f2 /pkgs/tools/security/ipscan
parent93144e0f4a5b21f561e4adda8a73d477d069b703 (diff)
ipscan: 3.6.2 -> 3.7.0
Diffstat (limited to 'pkgs/tools/security/ipscan')
-rw-r--r--pkgs/tools/security/ipscan/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/ipscan/default.nix b/pkgs/tools/security/ipscan/default.nix
index 40546b6f1c33b..b55b8b6e34317 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.6.2";
+  version = "3.7.0";
 
   src = fetchurl {
     url = "https://github.com/angryip/ipscan/releases/download/${version}/ipscan_${version}_amd64.deb";
-    sha256 = "0wnnnabpj0dsxdijvss5sl9kd4i6rmcq55zbas33xs3c5g305ssk";
+    sha256 = "1g7nh0zl56m9042xqpzim7iydlgiqjw131203f37l4bg0w65mw2q";
   };
 
   sourceRoot = ".";
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Fast and friendly network scanner";
-    homepage = https://angryip.org;
+    homepage = "https://angryip.org";
     license = licenses.gpl2;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ kylesferrazza ];