Merge pull request #158482 from stigtsp/package/bluez-5.63-staging

bluez: 5.62 -> 5.63
This commit is contained in:
Bernardo Meurer
2022-02-07 09:41:44 -08:00
committed by GitHub
+2 -2
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 = [