gnome.gnome-bluetooth: 42.5 → 42.6

https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.5...42.6
This commit is contained in:
Bobby Rong 2023-08-19 09:59:38 +00:00
parent caac0eb6bd
commit c6ba803d6e
No known key found for this signature in database

View File

@ -27,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "gnome-bluetooth";
version = "42.5";
version = "42.6";
# 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 = "pPXxrC27e3uS99bStCwDD2Ku2bVCa53BFpRgQfPLqPc=";
sha256 = "WGT+bx5xhxXbJrYiAbdaWQIM9CR/7DdkWzVZzS26WdA=";
};
nativeBuildInputs = [