cinnamon-desktop: 6.6.0 -> 6.6.1

https://github.com/linuxmint/cinnamon-desktop/compare/6.6.0...6.6.1
This commit is contained in:
Bobby Rong
2025-12-17 20:09:59 +08:00
parent 7c18d6613f
commit 3a52a93572
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-desktop";
version = "6.6.0";
version = "6.6.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon-desktop";
tag = version;
hash = "sha256-9qgt+E5qbzq+x9fJKkoSBFgA96HBDLysQvg6b04WbMU=";
hash = "sha256-vBRaUXsPAPOpMEs2pl6AaaKIMeeXB0UdCb1hzYd43KY=";
};
outputs = [