Merge pull request #305302 from r-ryantm/auto-update/wiremock

wiremock: 3.5.2 -> 3.5.3
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-19 14:08:47 +00:00 committed by GitHub
commit 6875763fab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "wiremock";
version = "3.5.2";
version = "3.5.3";
src = fetchurl {
url = "mirror://maven/org/wiremock/wiremock-standalone/${finalAttrs.version}/wiremock-standalone-${finalAttrs.version}.jar";
hash = "sha256-27DIcfP5R1Qiwl2fhvUQjFsE8pTHTv5MuFqHGa+whVY=";
hash = "sha256-HIWhuaW36/kdsj8iZD0ANHQ26olURnYL1q5fcQXHHjw=";
};
dontUnpack = true;