muffin: 6.2.0 -> 6.4.1

https://github.com/linuxmint/muffin/compare/6.2.0...6.4.1
This commit is contained in:
Bobby Rong
2024-12-03 20:48:08 +08:00
parent 6b1ff5c7e3
commit d62cd526c8
+2 -2
View File
@@ -41,7 +41,7 @@
stdenv.mkDerivation rec {
pname = "muffin";
version = "6.2.0";
version = "6.4.1";
outputs = [ "out" "dev" "man" ];
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-k8hUYA4/OzL2TB8s5DJpa2nFXV2U9eY09TLkqBDq9WE=";
hash = "sha256-cGC1yGft3uEqefm2DvZrMaROoZKYd6LNY0IJ+58f6vs=";
};
patches = [