Skip to content

Commit 54ab6ae

Browse files
authored
wiremock: 3.11.0 -> 3.12.0 (#383170)
2 parents 456aea7 + 395e796 commit 54ab6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wi/wiremock/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
stdenvNoCC.mkDerivation (finalAttrs: {
1212
pname = "wiremock";
13-
version = "3.11.0";
13+
version = "3.12.0";
1414

1515
src = fetchurl {
1616
url = "mirror://maven/org/wiremock/wiremock-standalone/${finalAttrs.version}/wiremock-standalone-${finalAttrs.version}.jar";
17-
hash = "sha256-hfR+7NVN32qidcmjzq+OIAytMNJrUppwbdVeO/OkeH4=";
17+
hash = "sha256-xBylDIazUsvIVGitrdF/cdHiTm3N4yh032sPESmfe0E=";
1818
};
1919

2020
dontUnpack = true;

0 commit comments

Comments
 (0)