cinnamon.muffin: 6.0.0 -> 6.0.1

https://github.com/linuxmint/muffin/compare/6.0.0...6.0.1
This commit is contained in:
Bobby Rong 2023-12-28 22:09:48 +08:00
parent 2f3a9e9381
commit dd1a4f9522
No known key found for this signature in database

View File

@ -40,7 +40,7 @@
stdenv.mkDerivation rec {
pname = "muffin";
version = "6.0.0";
version = "6.0.1";
outputs = [ "out" "dev" "man" ];
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-17B2C3SW9smTgLBBGJc9LwFpXoP9WidZEGgI2hbJTH8=";
hash = "sha256-yd23naaPIa6xrdf7ipOvVZKqkr7/CMxNqDZ3CQ2QH+Y=";
};
patches = [