Merge pull request #211176 from bobby285271/upd/cinnamon

cinnamon.cinnamon-common: 5.6.6 -> 5.6.7
This commit is contained in:
Bobby Rong 2023-01-18 11:39:46 +08:00 committed by GitHub
commit c6a66632f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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