lol
0
fork

Configure Feed

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

Merge pull request #194182 from fabaff/nmap-bump

nmap: 7.92 -> 7.93

authored by

Fabian Affolter and committed by
GitHub
0fff3a25 b794e83b

+2 -2
+2 -2
pkgs/tools/security/nmap/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "nmap"; 13 - version = "7.92"; 13 + version = "7.93"; 14 14 15 15 src = fetchurl { 16 16 url = "https://nmap.org/dist/nmap-${version}.tar.bz2"; 17 - sha256 = "sha256-pUefL4prCyUWdn0vcYnDhsHchY2ZcWfX7Fz8eYx1caE="; 17 + sha256 = "sha256-Vbz+R5PiWsyWukJ02MQijbVQuOjv1yAEs47FWi3RZlE="; 18 18 }; 19 19 20 20 patches = [ ./zenmap.patch ]