bluez: 5.65 -> 5.66

This commit is contained in:
R. Ryantm 2022-11-14 08:46:29 +00:00
parent c34fae047b
commit 2ee326500f

View File

@ -22,11 +22,11 @@
];
in stdenv.mkDerivation rec {
pname = "bluez";
version = "5.65";
version = "5.66";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
sha256 = "sha256-JWWk1INUtXbmrZLiW1TtZoCCllgciruAWHBR+Zk9ltQ=";
sha256 = "sha256-Of6mS1kMlJKYSgwnqJ/CA+HNx0hmCG77j0aYZ3qytXQ=";
};
buildInputs = [