gnome-bluetooth: 47.beta → 47.0

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

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-13 13:23:48 +00:00
parent 595e59572f
commit 31913d1b82
No known key found for this signature in database

View File

@ -28,7 +28,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-bluetooth";
version = "47.beta";
version = "47.0";
# 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-oNKlNsdrYKdR4mugnACMZBEje8sHnqoARw2wObWHHk0=";
hash = "sha256-eqQG08txFS9SW9vJeI4RgWIEQIGXtkEcbuJVVLxMtnM=";
};
nativeBuildInputs = [