gnome.gnome-bluetooth: 42.7 → 42.8

https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.7...42.8
This commit is contained in:
Bobby Rong 2024-02-10 08:36:52 +00:00
parent 5f0daae6c0
commit f62b86fc46
No known key found for this signature in database

View file

@ -27,14 +27,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-bluetooth"; pname = "gnome-bluetooth";
version = "42.7"; version = "42.8";
# TODO: split out "lib" # TODO: split out "lib"
outputs = [ "out" "dev" "devdoc" "man" ]; outputs = [ "out" "dev" "devdoc" "man" ];
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "lN8XKdvsO7EF5Yjq9TEru6oFxJ6nMyAqENw/dTK9+Gk="; sha256 = "dsJB6MosmxA1NkU1yiYIT4n8XA4YKVEPiQlYMRX8wts=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [