chore(exprs): bump reposilite to 3.5.12

This commit is contained in:
uku 2024-05-24 18:47:41 +02:00
parent 13656b3041
commit 7e5dcf49d7
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -7,11 +7,11 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
name = "reposilite"; name = "reposilite";
version = "3.5.10"; version = "3.5.12";
src = fetchurl { src = fetchurl {
url = with finalAttrs; "https://maven.reposilite.com/releases/com/reposilite/reposilite/${version}/reposilite-${version}-all.jar"; url = with finalAttrs; "https://maven.reposilite.com/releases/com/reposilite/reposilite/${version}/reposilite-${version}-all.jar";
hash = "sha256-BdIuycmmxZqiDjTfBs4XmIhuqqH//09FleNRrUnyD/M="; hash = "sha256-fidCHkdoQD9oynsPogqyhAXbbydW2oxaZFx5QneOcSY=";
}; };
nativeBuildInputs = [makeWrapper]; nativeBuildInputs = [makeWrapper];