wiremock: 3.2.0 -> 3.3.1

This commit is contained in:
R. Ryantm 2023-11-07 12:48:24 +00:00
parent f3420b6c39
commit ec0fe3890c

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "wiremock";
version = "3.2.0";
version = "3.3.1";
src = fetchurl {
url = "mirror://maven/org/wiremock/wiremock-standalone/${version}/wiremock-standalone-${version}.jar";
hash = "sha256-voO9UAxhxQlWWs4jMji93TBUCcFWht/4Cea+UpBmL3Q=";
hash = "sha256-VgUJeQJeHNmmX1cS2s5hTljQZ8fIYr9uHYWMXjZjJzY=";
};
dontUnpack = true;