reposilite: 3.5.18 -> 3.5.19

This commit is contained in:
uku 2024-11-23 11:31:54 +01:00
parent 5e2ac4cf3e
commit 05e5594ea3
No known key found for this signature in database

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "Reposilite";
version = "3.5.18";
version = "3.5.19";
src = fetchurl {
url = "https://maven.reposilite.com/releases/com/reposilite/reposilite/${finalAttrs.version}/reposilite-${finalAttrs.version}-all.jar";
hash = "sha256-Wc7VAUkM6c1BJLTg5GXY6nNtjDxi6I2ym14Tpc667Tw=";
hash = "sha256-EA8YCJy7iQKG4FuGfmWx0NkEb5+UqklCcPEsO6DvSf4=";
};
dontUnpack = true;