gnome-settings-daemon: 49.1 → 50.0

https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/compare/49.1...50.0
This commit is contained in:
winston
2026-05-06 23:03:29 +08:00
committed by Bobby Rong
parent 6653100c17
commit 8bf771808f
@@ -43,11 +43,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-settings-daemon";
version = "49.1";
version = "50.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-settings-daemon/${lib.versions.major finalAttrs.version}/gnome-settings-daemon-${finalAttrs.version}.tar.xz";
hash = "sha256-KplX/E+Rw7kSe0lIQXm+9IUSDZwcII5E1E5qdG5swcE=";
hash = "sha256-2CtQM2yYou1xPpcWw3ISW7Mb38La6dlbqu9Ndp1hT7Y=";
};
patches = [
@@ -57,15 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
(replaceVars ./fix-paths.patch {
inherit tzdata;
})
# Fix crash when switching to hands-free mode on a bluetooth headset
(fetchpatch {
name = "fix-bluetooth-handsfree-crash.patch";
url = "https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/merge_requests/31.patch";
hash = "sha256-jFbItlXT05nnp825R/HvsWDFxAMzL4z36CsxhQ2sEIY=";
stripLen = 1;
extraPrefix = "subprojects/gvc/";
})
];
depsBuildBuild = [