cinnamon-settings-daemon: 6.2.0 -> 6.4.1

https://github.com/linuxmint/cinnamon-settings-daemon/compare/6.2.0...6.4.1
This commit is contained in:
Bobby Rong
2024-12-03 20:48:08 +08:00
parent e2163b4a7b
commit 465940ad05
@@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-settings-daemon";
version = "6.2.0";
version = "6.4.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-OAG5Tes+0bi+vKqm77Y7OykTpUkMdRaXIJYLuomIDMo=";
hash = "sha256-GY5uq+CLBKhHYr5RTVlE3vqCfP6+2Tmztw0ymwT4jKU=";
};
patches = [