wiremock: 3.3.1 -> 3.4.0

This commit is contained in:
R. Ryantm 2024-02-18 22:35:43 +00:00
parent 82e5bc1a59
commit 95ce2ea4cf

View File

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