Merge pull request #194182 from fabaff/nmap-bump

nmap: 7.92 -> 7.93
This commit is contained in:
Fabian Affolter 2022-10-04 14:37:44 +02:00 committed by GitHub
commit 0fff3a2530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ]