Seth Flynn 2025-05-28 20:34:17 +00:00
parent 70954f1db3
commit 1a8b7d8e1a
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86

View file

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