nmap: 7.96 -> 7.97

(cherry picked from commit 6f6ba119b6)
This commit is contained in:
R. Ryantm
2025-05-20 08:35:49 +00:00
committed by github-actions[bot]
parent db5ef274dc
commit 7bbdee7dbc

View File

@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "nmap";
version = "7.96";
version = "7.97";
src = fetchurl {
url = "https://nmap.org/dist/nmap-${version}.tar.bz2";
hash = "sha256-mK56Ty+2bBo9SCr48AE3KDuRciNEa0bnogsG6r7fjIo=";
hash = "sha256-r5jyeSXGcMJX3Zap3fJyTgbLebL9Hg0IySBjFr4WRcA=";
};
prePatch = lib.optionalString stdenv.hostPlatform.isDarwin ''