tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge pull request #11770 from k0ral/nmap
nmap: 7.00 -> 7.01
goibhniu
10 years ago
81901bda
8cf6b398
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
nmap
default.nix
+2
-2
pkgs/tools/security/nmap/default.nix
···
13
13
with stdenv.lib;
14
14
stdenv.mkDerivation rec {
15
15
name = "nmap${optionalString graphicalSupport "-graphical"}-${version}";
16
16
-
version = "7.00";
16
16
+
version = "7.01";
17
17
18
18
src = fetchurl {
19
19
url = "http://nmap.org/dist/nmap-${version}.tar.bz2";
20
20
-
sha256 = "1bh25200jidhb2ig206ibiwv1ngyrl2ka743hnihiihmqq0j6i4z";
20
20
+
sha256 = "01bpc820fmjl1vd08a3j9fpa84psaa7c3cxc8wpzabms8ckcs7yg";
21
21
};
22
22
23
23
patches = ./zenmap.patch;