zap: 2.16.0 -> 2.16.1

This commit is contained in:
R. Ryantm
2025-03-25 18:33:14 +00:00
parent dc9b690d42
commit 979fd39c32
+2 -2
View File
@@ -10,10 +10,10 @@
stdenv.mkDerivation rec {
pname = "zap";
version = "2.16.0";
version = "2.16.1";
src = fetchurl {
url = "https://github.com/zaproxy/zaproxy/releases/download/v${version}/ZAP_${version}_Linux.tar.gz";
sha256 = "sha256-oHeVCecC7FPUEHTqoM5B8qlkqCKqW+A4AlWkguLn/o0=";
sha256 = "sha256-Wy64MZsIUSGm6K1Q1p1n2++MhnFm9xqTe/yIjSR6KsE=";
};
desktopItems = [