jreleaser-cli: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm 2025-04-30 13:37:32 +00:00
parent 4c66bec300
commit d9c296b4e5

View file

@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
pname = "jreleaser-cli";
version = "1.17.0";
version = "1.18.0";
src = fetchurl {
url = "https://github.com/jreleaser/jreleaser/releases/download/v${version}/jreleaser-tool-provider-${version}.jar";
hash = "sha256-V3RDSpoHLJxUImPf+8wQdfukFNftfsZI1L9k+sD4yZg=";
hash = "sha256-rJYFoPPz1tR7LgcVfiRPFJHf1tMLhlxNQXsmutHZs3Q=";
};
nativeBuildInputs = [ makeWrapper ];