mangojuice: 0.8.3 -> 0.8.4 (#404291)

This commit is contained in:
Nick Cao 2025-05-06 16:09:18 -04:00 committed by GitHub
commit 367f8fa6da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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