tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
bluez5: 5.35 -> 5.36
William A. Kennington III
10 years ago
16822074
84b2e41f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
bluez
bluez5.nix
+2
-2
pkgs/os-specific/linux/bluez/bluez5.nix
···
5
assert stdenv.isLinux;
6
7
stdenv.mkDerivation rec {
8
-
name = "bluez-5.35";
9
10
src = fetchurl {
11
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
12
-
sha256 = "1qphz25hganfnd5ipfscbj7s70anv5favmwqmi9ig2saciaf1zhs";
13
};
14
15
pythonPath = with pythonPackages;
···
5
assert stdenv.isLinux;
6
7
stdenv.mkDerivation rec {
8
+
name = "bluez-5.36";
9
10
src = fetchurl {
11
url = "mirror://kernel/linux/bluetooth/${name}.tar.xz";
12
+
sha256 = "1wkqwmi5krr37mxcqqlp5m2xnw7vw70v3ww7j09vvlskxcdflhx3";
13
};
14
15
pythonPath = with pythonPackages;