gnome.gnome-bluetooth: 42.4 → 42.5

https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/compare/42.4...42.5
This commit is contained in:
Bobby Rong 2023-01-05 13:09:55 +00:00
parent 9813adc7f7
commit 80aca3bd36
No known key found for this signature in database

View file

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