gnome-bluetooth: 47.0 → 47.1

https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/47.0...47.1

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-10-10 14:34:17 +00:00
parent 11936d3d6f
commit 4f56b1327c
No known key found for this signature in database

View File

@ -28,7 +28,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-bluetooth";
version = "47.0";
version = "47.1";
# 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-eqQG08txFS9SW9vJeI4RgWIEQIGXtkEcbuJVVLxMtnM=";
hash = "sha256-A+PnQDoVEI/8FJYhCh2lwpYbKDSlwH7Mx6P0kxldq6M=";
};
nativeBuildInputs = [