tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
firmwareLinuxNonfree: 2021-09-19 -> 20211027
TredwellGit
4 years ago
8c0c31d5
486e2106
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
firmware
firmware-linux-nonfree
default.nix
+4
-4
pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
···
2
2
3
3
stdenvNoCC.mkDerivation rec {
4
4
pname = "firmware-linux-nonfree";
5
5
-
version = "2021-09-19";
5
5
+
version = "20211027";
6
6
7
7
src = fetchgit {
8
8
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
9
9
-
rev = "refs/tags/" + lib.replaceStrings [ "-" ] [ "" ] version;
10
10
-
sha256 = "1ix43qqpl5kvs6xpqrs3l5aj6vmwcaxcnv8l04mqqkyi9wamjydn";
9
9
+
rev = "refs/tags/${version}";
10
10
+
sha256 = "00vv617ngr8rfrm1rw98xxgc453zb8cb5p8ssz5s3khynpqqg08x";
11
11
};
12
12
13
13
installFlags = [ "DESTDIR=$(out)" ];
···
17
17
18
18
outputHashMode = "recursive";
19
19
outputHashAlgo = "sha256";
20
20
-
outputHash = "02nzl7bwvkcxd499glfbrkpyndrlmqkxvpjwgjr0rccaqdhfl21j";
20
20
+
outputHash = "1bll1drjp2y8grcxwh1mynxa6qaj1n58mh51ialm7pbryrvsla1c";
21
21
22
22
meta = with lib; {
23
23
description = "Binary firmware collection packaged by kernel.org";