We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e1114 commit 395e796Copy full SHA for 395e796
pkgs/by-name/wi/wiremock/package.nix
@@ -10,11 +10,11 @@
10
11
stdenvNoCC.mkDerivation (finalAttrs: {
12
pname = "wiremock";
13
- version = "3.11.0";
+ version = "3.12.0";
14
15
src = fetchurl {
16
url = "mirror://maven/org/wiremock/wiremock-standalone/${finalAttrs.version}/wiremock-standalone-${finalAttrs.version}.jar";
17
- hash = "sha256-hfR+7NVN32qidcmjzq+OIAytMNJrUppwbdVeO/OkeH4=";
+ hash = "sha256-xBylDIazUsvIVGitrdF/cdHiTm3N4yh032sPESmfe0E=";
18
};
19
20
dontUnpack = true;
0 commit comments