We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 293e982 + 05e5594 commit 09913b8Copy full SHA for 09913b8
pkgs/by-name/re/reposilite/package.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation (finalAttrs: {
4
pname = "Reposilite";
5
- version = "3.5.18";
+ version = "3.5.19";
6
7
src = fetchurl {
8
url = "https://maven.reposilite.com/releases/com/reposilite/reposilite/${finalAttrs.version}/reposilite-${finalAttrs.version}-all.jar";
9
- hash = "sha256-Wc7VAUkM6c1BJLTg5GXY6nNtjDxi6I2ym14Tpc667Tw=";
+ hash = "sha256-EA8YCJy7iQKG4FuGfmWx0NkEb5+UqklCcPEsO6DvSf4=";
10
};
11
12
dontUnpack = true;
0 commit comments