cinnamon.muffin: 5.6.3 -> 5.6.4

https://github.com/linuxmint/muffin/compare/5.6.3...5.6.4
This commit is contained in:
Bobby Rong 2023-03-22 09:14:04 +08:00
parent f0e5ad300f
commit a8a542ebdf
No known key found for this signature in database

View file

@ -35,7 +35,7 @@
stdenv.mkDerivation rec {
pname = "muffin";
version = "5.6.3";
version = "5.6.4";
outputs = [ "out" "dev" "man" ];
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-qcm1CRUMKFx4KDXBnaIVLHuZTzSMEWEBFTWMe85pJDE=";
hash = "sha256-NnQ7KF979HnsEc4X/Wf1YOfUvByHvVIdTAcJyUjhsp8=";
};
patches = [