Skip to content

Commit 664f461

Browse files
jreleaser-cli: 1.15.0 -> 1.16.0 (NixOS#369675)
Co-authored-by: I-Al-Istannen <I-Al-Istannen@users.noreply.github.com>
2 parents fb74d2e + 5e901b6 commit 664f461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/jr/jreleaser-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
}:
88
stdenv.mkDerivation rec {
99
pname = "jreleaser-cli";
10-
version = "1.15.0";
10+
version = "1.16.0";
1111

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

1717
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)