Skip to content

Commit

Permalink
chore(exprs): bump reposilite to 3.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed May 24, 2024
1 parent 13656b3 commit 7e5dcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exprs/reposilite/derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "reposilite";
version = "3.5.10";
version = "3.5.12";

src = fetchurl {
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];
Expand Down

0 comments on commit 7e5dcf4

Please sign in to comment.