lol

bluez5: update from 5.8 to 5.12

authored by

Nixpkgs Monitor and committed by
Evgeny Egorochkin
a94aa7cf e66756f3

+2 -2
+2 -2
pkgs/os-specific/linux/bluez/bluez5.nix
··· 5 5 assert stdenv.isLinux; 6 6 7 7 stdenv.mkDerivation rec { 8 - name = "bluez-5.8"; 8 + name = "bluez-5.12"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://kernel/linux/bluetooth/${name}.tar.xz"; 12 - sha256 = "1l33lq1lpg7hy26138ir5dj4gl3mql2qxpj20rjnnwyckc3jk700"; 12 + sha256 = "0zk183gjsxissq9gma962cyvyqxydai8n6jgslxx0mpk2m7mgvvm"; 13 13 }; 14 14 15 15 pythonPath = with pythonPackages;