Merge pull request #309994 from r-ryantm/auto-update/zap
zap: 2.14.0 -> 2.15.0
This commit is contained in:
commit
44615ede38
@ -2,10 +2,10 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zap";
|
||||
version = "2.14.0";
|
||||
version = "2.15.0";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/zaproxy/zaproxy/releases/download/v${version}/ZAP_${version}_Linux.tar.gz";
|
||||
sha256 = "sha256-IZ1/JbviUkdxOAWrAswSJ5iYyHB0PBquPCsLGIIZGWA=";
|
||||
sha256 = "sha256-ZBDhlrqrRYqSBOKar7V0X8oAOipsA4byxuXAS2diH6c=";
|
||||
};
|
||||
|
||||
buildInputs = [ jre ];
|
||||
|
Loading…
Reference in New Issue
Block a user