bluez: 5.62 -> 5.63

(cherry picked from commit d0a84bf142)
This commit is contained in:
Stig Palmquist
2022-02-07 16:34:37 +01:00
committed by github-actions[bot]
parent 9a144814ac
commit bd21ef1159

View File

@@ -21,11 +21,11 @@
];
in stdenv.mkDerivation rec {
pname = "bluez";
version = "5.62";
version = "5.63";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
sha256 = "sha256-OAkKW3UOF/wI0+UheO2NMlTF9L0sSIMNXBlVuI47wMI=";
sha256 = "sha256-k0nhHoFguz1yCDXScSUNinQk02kPUonm22/gfMZsbXY=";
};
buildInputs = [