reposilite: 3.5.16 -> 3.5.17

This commit is contained in:
R. Ryantm 2024-09-09 03:06:48 +00:00
parent 49ba5e4e45
commit 7300e9aa84

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "Reposilite";
version = "3.5.16";
version = "3.5.17";
src = fetchurl {
url = "https://maven.reposilite.com/releases/com/reposilite/reposilite/${finalAttrs.version}/reposilite-${finalAttrs.version}-all.jar";
hash = "sha256-zketAvn0XgBRAS+Bb3KcUcpdydbQQruS+gZ5Bfrjiig=";
hash = "sha256-O2dDkjypTLRu3tWRLEQQSwgX53doTsTxGSEfA2k0hlI=";
};
dontUnpack = true;