Skip to content

Commit

Permalink
[Backport release-24.11] mangojuice: 0.7.8 -> 0.7.9 (#369605)
Browse files Browse the repository at this point in the history
mangojuice: 0.7.8 -> 0.7.9 (#369482)

(cherry picked from commit 0811b5e)

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
  • Loading branch information
nixpkgs-ci[bot] and r-ryantm authored Dec 31, 2024
1 parent 0351f17 commit bc130b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.8";
version = "0.7.9";

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

nativeBuildInputs = [
Expand Down

0 comments on commit bc130b5

Please sign in to comment.