Skip to content

Commit 09913b8

Browse files
authored
reposilite: 3.5.18 -> 3.5.19 (#358380)
2 parents 293e982 + 05e5594 commit 09913b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/reposilite/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation (finalAttrs: {
44
pname = "Reposilite";
5-
version = "3.5.18";
5+
version = "3.5.19";
66

77
src = fetchurl {
88
url = "https://maven.reposilite.com/releases/com/reposilite/reposilite/${finalAttrs.version}/reposilite-${finalAttrs.version}-all.jar";
9-
hash = "sha256-Wc7VAUkM6c1BJLTg5GXY6nNtjDxi6I2ym14Tpc667Tw=";
9+
hash = "sha256-EA8YCJy7iQKG4FuGfmWx0NkEb5+UqklCcPEsO6DvSf4=";
1010
};
1111

1212
dontUnpack = true;

0 commit comments

Comments
 (0)