mangojuice: 0.8.4 -> 0.8.5

Diff: https://github.com/radiolamp/mangojuice/compare/0.8.4...0.8.5

Changelog: https://github.com/radiolamp/mangojuice/releases/tag/0.8.5
(cherry picked from commit 1a8b7d8e1a)
This commit is contained in:
Seth Flynn 2025-05-28 20:34:17 +00:00 committed by github-actions[bot]
parent 49a030eade
commit f2a36c4cd0

View file

@ -25,13 +25,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "mangojuice"; pname = "mangojuice";
version = "0.8.4"; version = "0.8.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "radiolamp"; owner = "radiolamp";
repo = "mangojuice"; repo = "mangojuice";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-LsXTzPSDELw1SKTDtgOMQe1FOPwdVft7VFacE4WezNQ="; hash = "sha256-pqtzNJBMoKbF48JoIrbcJX78S+e3tb+otiG85YbBKYk=";
}; };
patches = [ patches = [