cinnamon: 6.6.4 -> 6.6.5

https://github.com/linuxmint/cinnamon/compare/6.6.4...6.6.5
This commit is contained in:
Bobby Rong
2026-01-16 23:19:30 +08:00
parent 1412caf7bf
commit 9335fc4223
+2 -2
View File
@@ -74,13 +74,13 @@ let
in
stdenv.mkDerivation rec {
pname = "cinnamon";
version = "6.6.4";
version = "6.6.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon";
tag = version;
hash = "sha256-K1Saz0WY5Qwb7YF8fcH0yWNK071dFwzxuPZP2MuSvrs=";
hash = "sha256-i+eUSEz6Zgfm8HISSuxQ04lz86Rrp99NWaWAplJCLCs=";
};
patches = [