Skip to content

Commit

Permalink
jreleaser-cli: 1.15.0 -> 1.16.0 (#369675)
Browse files Browse the repository at this point in the history
Co-authored-by: I-Al-Istannen <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and I-Al-Istannen authored Jan 7, 2025
2 parents fb74d2e + 5e901b6 commit 664f461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/jr/jreleaser-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}:
stdenv.mkDerivation rec {
pname = "jreleaser-cli";
version = "1.15.0";
version = "1.16.0";

src = fetchurl {
url = "https://github.com/jreleaser/jreleaser/releases/download/v${version}/jreleaser-tool-provider-${version}.jar";
hash = "sha256-/FDoAYf+Uy+VcWT9KpW1IEqOCvCOOyV+8/cugpeUR7Y=";
hash = "sha256-86FvsGitzJBGQUZ9cxtnxO/hfplnpLekxrS+k5ToeLM=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 664f461

Please sign in to comment.