mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
nmap: 7.92 -> 7.93
This commit is contained in:
parent
16a23e65dc
commit
9ef4c7f4f6
@ -10,11 +10,11 @@ with lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nmap";
|
||||
version = "7.92";
|
||||
version = "7.93";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://nmap.org/dist/nmap-${version}.tar.bz2";
|
||||
sha256 = "sha256-pUefL4prCyUWdn0vcYnDhsHchY2ZcWfX7Fz8eYx1caE=";
|
||||
sha256 = "sha256-Vbz+R5PiWsyWukJ02MQijbVQuOjv1yAEs47FWi3RZlE=";
|
||||
};
|
||||
|
||||
patches = [ ./zenmap.patch ]
|
||||
|
Loading…
Reference in New Issue
Block a user