cinnamon.muffin: 5.8.0 -> 5.8.1

https://github.com/linuxmint/muffin/compare/5.8.0...5.8.1
This commit is contained in:
Bobby Rong 2023-07-08 11:47:12 +08:00
parent cbe2d23787
commit 0cb76b63b0
No known key found for this signature in database

View file

@ -35,7 +35,7 @@
stdenv.mkDerivation rec {
pname = "muffin";
version = "5.8.0";
version = "5.8.1";
outputs = [ "out" "dev" "man" ];
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-2pF6mKSSW4S0mfb4iBfZKBIVXKzrVyPeftcVrWSWzhc=";
hash = "sha256-9YE+pHXJb21CcAflL9swNyhQY3ZCkLlZbnmUwTNdyfA=";
};
patches = [