tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux-firmware: 2015-07-23 -> 2015-09-07
William A. Kennington III
10 years ago
d51d63fc
9006f793
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
firmware
firmware-linux-nonfree
default.nix
+3
-3
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "firmware-linux-nonfree-${version}";
5
5
-
version = "2015-07-23";
5
5
+
version = "2015-09-07";
6
6
7
7
# This repo is built by merging the latest versions of
8
8
# http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
···
14
14
src = fetchFromGitHub {
15
15
owner = "wkennington";
16
16
repo = "linux-firmware";
17
17
-
rev = "854b7f33e839ceea41034b45d6f755ea70c85486";
18
18
-
sha256 = "1hhqvb96adk64ljf6hp5qss8fhpic28y985gbggh5p2w9bsgs5zq";
17
17
+
rev = "0c3ac7434235f57967df4046ceafc0e4a08bb139";
18
18
+
sha256 = "1jhcgf0anjfi2998nzplr9l1q0b1yi306a2w1k2r4civsmfgm08r";
19
19
};
20
20
21
21
preInstall = ''