Skip to content

Commit

Permalink
Merge pull request NixOS#289857 from r-ryantm/auto-update/wiremock
Browse files Browse the repository at this point in the history
wiremock: 3.3.1 -> 3.4.0
  • Loading branch information
Lassulus authored Feb 19, 2024
2 parents 157c731 + 95ce2ea commit 4237c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/wi/wiremock/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "wiremock";
version = "3.3.1";
version = "3.4.0";

src = fetchurl {
url = "mirror://maven/org/wiremock/wiremock-standalone/${version}/wiremock-standalone-${version}.jar";
hash = "sha256-VgUJeQJeHNmmX1cS2s5hTljQZ8fIYr9uHYWMXjZjJzY=";
hash = "sha256-YD7bx8AAZZ7sj49Vt2dc3berLCmd8/eC6NDBbST0jYc=";
};

dontUnpack = true;
Expand Down

0 comments on commit 4237c84

Please sign in to comment.