cinnamon-settings-daemon: 6.4.1 -> 6.4.2 (#365114)

This commit is contained in:
Bobby Rong
2024-12-14 13:32:04 +08:00
committed by GitHub
@@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-settings-daemon";
version = "6.4.1";
version = "6.4.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-GY5uq+CLBKhHYr5RTVlE3vqCfP6+2Tmztw0ymwT4jKU=";
hash = "sha256-VnplZ9HDmrBuDybV5YJBbqaETdUQHdUfgsTZ+Zj1/4c=";
};
patches = [