bluez: 5.62 -> 5.63

This commit is contained in:
Stig Palmquist 2022-02-07 16:34:37 +01:00
parent c5d13e0b33
commit d0a84bf142

View File

@ -22,11 +22,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 = [