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

wiremock: 3.2.0 -> 3.3.1
This commit is contained in:
Nick Cao 2023-11-07 08:50:44 -05:00 committed by GitHub
commit 92cbf47666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;