gnome-bluetooth: 47.1 → 47.2

https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/47.1...47.2
This commit is contained in:
Bobby Rong
2026-05-06 23:23:39 +08:00
parent 10fea3c7b6
commit 80c57c0f22
+2 -2
View File
@@ -28,7 +28,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-bluetooth";
version = "47.1";
version = "47.2";
# TODO: split out "lib"
outputs = [
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "mirror://gnome/sources/gnome-bluetooth/${lib.versions.major finalAttrs.version}/gnome-bluetooth-${finalAttrs.version}.tar.xz";
hash = "sha256-A+PnQDoVEI/8FJYhCh2lwpYbKDSlwH7Mx6P0kxldq6M=";
hash = "sha256-QfIObWF2tyWQr2NVKyMtg/L//dd+z6perzLFpKhvrWQ=";
};
nativeBuildInputs = [