gnome.gnome-bluetooth: 42.1 -> 42.2

This commit is contained in:
R. Ryantm 2022-07-08 04:24:02 +00:00 committed by Jan Tojnar
parent 1f23fbccb7
commit 28ce47092a

View File

@ -26,14 +26,14 @@
stdenv.mkDerivation rec {
pname = "gnome-bluetooth";
version = "42.1";
version = "42.2";
# 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 = "2f5dZz8npAqGqeI9k8uZNn57Bt9Rhy6KxezJk45Vtes=";
sha256 = "jOjs+rKCctsYMKY/CPnMtTBHNNG+Lb/OeV/kAp5inww=";
};
nativeBuildInputs = [