cinnamon.cinnamon-common: 5.6.5 -> 5.6.6

https://github.com/linuxmint/cinnamon/compare/5.6.5...5.6.6
This commit is contained in:
Bobby Rong 2023-01-11 20:47:00 +08:00
parent c07552f6f7
commit 35a8632ee1
No known key found for this signature in database

View file

@ -54,13 +54,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-common";
version = "5.6.5";
version = "5.6.6";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon";
rev = version;
hash = "sha256-UAPzB4Ps/w0VQjbbVl4KMRghwMc4roJR2/ZWkmwOSos=";
hash = "sha256-BRknGZOaN156fyETworGIdEiJWrf5uqFD/Nc88LcNcg=";
};
patches = [