Anthony Roussel
2023-11-03 11:52:04 +01:00
parent 384f17bfad
commit c4d3c3cc1a
+4 -3
View File
@@ -2,10 +2,11 @@
stdenv.mkDerivation rec {
pname = "wiremock";
version = "2.35.0";
version = "3.2.0";
src = fetchurl {
url = "mirror://maven/com/github/tomakehurst/wiremock-jre8-standalone/${version}/wiremock-jre8-standalone-${version}.jar";
hash = "sha256-rhVq4oEuPPpHDEftBzEA707HeSc3Kk4gPw471THz61c=";
url = "mirror://maven/org/wiremock/wiremock-standalone/${version}/wiremock-standalone-${version}.jar";
hash = "sha256-voO9UAxhxQlWWs4jMji93TBUCcFWht/4Cea+UpBmL3Q=";
};
dontUnpack = true;