cinnamon.cinnamon-common: 5.6.4 -> 5.6.5

https://github.com/linuxmint/cinnamon/compare/5.6.4...5.6.5
This commit is contained in:
Bobby Rong 2022-12-15 21:22:17 +08:00
parent aaef197f57
commit 8eb516c3da
No known key found for this signature in database

View file

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