zap: 2.16.1 -> 2.17.0

This commit is contained in:
R. Ryantm
2025-12-15 18:24:04 +00:00
parent 780e81e5ed
commit cb94a30e8a
+2 -2
View File
@@ -10,10 +10,10 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zap";
version = "2.16.1";
version = "2.17.0";
src = fetchurl {
url = "https://github.com/zaproxy/zaproxy/releases/download/v${finalAttrs.version}/ZAP_${finalAttrs.version}_Linux.tar.gz";
hash = "sha256-Wy64MZsIUSGm6K1Q1p1n2++MhnFm9xqTe/yIjSR6KsE=";
hash = "sha256-7+eZqqNifbaDtD8AycIQrqC3XADMjwoPBDTRK7Pd3lo=";
};
desktopItems = [