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-02-13 11:25:55 +00:00 committed by Maxine Aubrey
parent 4883633363
commit 53628f6bd6
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -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 = [