Skip to content

Commit

Permalink
reposilite: 3.5.18 -> 3.5.19
Browse files Browse the repository at this point in the history
(cherry picked from commit 05e5594)
  • Loading branch information
uku3lig authored and github-actions[bot] committed Nov 26, 2024
1 parent d4634f6 commit 4f8fa5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/re/reposilite/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4f8fa5b

Please sign in to comment.