mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
bluez5: 5.36 -> 5.37
This commit is contained in:
parent
194168b722
commit
889ebe6b28
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bluez-5.36";
|
||||
name = "bluez-5.37";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
|
||||
sha256 = "1wkqwmi5krr37mxcqqlp5m2xnw7vw70v3ww7j09vvlskxcdflhx3";
|
||||
sha256 = "c14ba9ddcb0055522073477b8fd8bf1ddf5d219e75fdfd4699b7e0ce5350d6b0";
|
||||
};
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
|
|
Loading…
Reference in a new issue