bluez: 5.66 -> 5.70
This commit is contained in:
parent
6215da7844
commit
0278da4d36
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@
|
||||||
];
|
];
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "bluez";
|
pname = "bluez";
|
||||||
version = "5.66";
|
version = "5.70";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
|
url = "mirror://kernel/linux/bluetooth/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-Of6mS1kMlJKYSgwnqJ/CA+HNx0hmCG77j0aYZ3qytXQ=";
|
sha256 = "sha256-N+Ny6RaVXhRMuIL4iOS+QImPEK47fCE93N1V7pwAkng=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue