tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
facetimehd: unstable-2020-04-16 -> 0.5.18
kraem
3 years ago
f6c3d27a
e8c3d13d
+4
-5
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
facetimehd
default.nix
+4
-5
pkgs/os-specific/linux/facetimehd/default.nix
···
2
3
stdenv.mkDerivation rec {
4
name = "facetimehd-${version}-${kernel.version}";
5
-
version = "unstable-2020-04-16";
6
7
# Note: When updating this revision:
8
# 1. Also update pkgs/os-specific/linux/firmware/facetimehd-firmware/
···
16
# still works.
17
src = fetchFromGitHub {
18
owner = "patjak";
19
-
repo = "bcwc_pcie";
20
-
rev = "82626d4892eeb9eb704538bf0dc49a00725ff451";
21
-
sha256 = "118z6vjvhhcwvs4n3sgwwdagys9w718b8nkh6l9ic93732vv7cqx";
22
};
23
24
preConfigure = ''
···
39
license = licenses.gpl2;
40
maintainers = with maintainers; [ womfoo grahamc kraem ];
41
platforms = [ "i686-linux" "x86_64-linux" ];
42
-
broken = kernel.kernelAtLeast "5.18";
43
};
44
}
···
2
3
stdenv.mkDerivation rec {
4
name = "facetimehd-${version}-${kernel.version}";
5
+
version = "0.5.18";
6
7
# Note: When updating this revision:
8
# 1. Also update pkgs/os-specific/linux/firmware/facetimehd-firmware/
···
16
# still works.
17
src = fetchFromGitHub {
18
owner = "patjak";
19
+
repo = "facetimehd";
20
+
rev = version;
21
+
sha256 = "sha256-UO8t2zrfdJlu4uzhhyWOuHIjJNVezIq3nUPGZeW/KJU=";
22
};
23
24
preConfigure = ''
···
39
license = licenses.gpl2;
40
maintainers = with maintainers; [ womfoo grahamc kraem ];
41
platforms = [ "i686-linux" "x86_64-linux" ];
0
42
};
43
}