bluez: 5.53 -> 5.54

This commit is contained in:
R. RyanTM 2020-03-18 14:55:30 +00:00 committed by Jon
parent cf0f90b85e
commit 8c514e9e7b

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "bluez";
version = "5.53";
version = "5.54";
src = fetchurl {
url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
sha256 = "1g1qg6dz6hl3csrmz75ixr12lwv836hq3ckb259svvrg62l2vaiq";
sha256 = "1p2ncvjz6alr9n3l5wvq2arqgc7xjs6dqyar1l9jp0z8cfgapkb8";
};
pythonPath = with python3.pkgs; [