Skip to content

Commit

Permalink
mangojuice: 0.7.9 -> 0.8.0
Browse files Browse the repository at this point in the history
Refs: dfb323c
  • Loading branch information
r-ryantm authored and getchoo committed Jan 12, 2025
1 parent c4533bd commit 3fa1710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/mangojuice/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "mangojuice";
version = "0.7.9";
version = "0.8.0";

src = fetchFromGitHub {
owner = "radiolamp";
repo = "mangojuice";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-L+wxRmpCAfrvLE9IHAT9g+F/clXlQAkLpbnMJwC8RxY=";
tag = finalAttrs.version;
hash = "sha256-LSwn6PIAGX1FIofnmoM2eqnhZBa3gkhlOBUJtdR9gWE=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3fa1710

Please sign in to comment.