lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nmap: 7.97 -> 7.98

R. Ryantm 93f300af 9976b590

+2 -2
+2 -2
pkgs/by-name/nm/nmap/package.nix
··· 16 16 17 17 stdenv.mkDerivation rec { 18 18 pname = "nmap"; 19 - version = "7.97"; 19 + version = "7.98"; 20 20 21 21 src = fetchurl { 22 22 url = "https://nmap.org/dist/nmap-${version}.tar.bz2"; 23 - hash = "sha256-r5jyeSXGcMJX3Zap3fJyTgbLebL9Hg0IySBjFr4WRcA="; 23 + hash = "sha256-zoRzE+qunlyfIXCOQtKre1bH4OuIA3KaMJL1iIbYl+Y="; 24 24 }; 25 25 26 26 prePatch = lib.optionalString stdenv.hostPlatform.isDarwin ''