gnome.gnome-bluetooth: 42.8 → 46.0

https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.8...46.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Bobby Rong
2024-04-22 21:08:48 +02:00
committed by Maxine Aubrey
parent 4883633363
commit 53628f6bd6
@@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "gnome-bluetooth";
version = "42.8";
version = "46.0";
# TODO: split out "lib"
outputs = [ "out" "dev" "devdoc" "man" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "dsJB6MosmxA1NkU1yiYIT4n8XA4YKVEPiQlYMRX8wts=";
hash = "sha256-E/4edfMXrNvfXoDJAp0uBjLWCpzPcqQ64263VFAh++8=";
};
nativeBuildInputs = [