cinnamon: 6.6.7 -> 6.6.8

https://github.com/linuxmint/cinnamon/compare/6.6.7...6.6.8
This commit is contained in:
Bobby Rong
2026-04-15 23:38:05 +08:00
parent 0d7954f388
commit 9eb028d2f2
+2 -2
View File
@@ -74,13 +74,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "cinnamon";
version = "6.6.7";
version = "6.6.8";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon";
tag = finalAttrs.version;
hash = "sha256-UP/8FIgTCdQrE+kvG0nLo+oqYo8x/lm3RPKOXnTFJaE=";
hash = "sha256-ByPn2VV40y+3/FW/KPIsLt43FhVxQAQldCK26KNKdjw=";
};
patches = [