summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-12-17 23:00:21 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-26 16:27:10 +0000
commita828dde2f81cd72e0d839d89ef15963791ef19ed (patch)
treed51c11ce80c8d05c68055716132652a7a70b2b28
parentMerge pull request #152238 from NixOS/backport-152224-to-release-21.11 (diff)
downloadnixpkgs-a828dde2f81cd72e0d839d89ef15963791ef19ed.tar.gz
firmwareLinuxNonfree: 20211027 -> 20211216origin/backport-151139-to-release-21.11
(cherry picked from commit f1edf331dfef08d0e142fd7720af12f7fbaaee8e)
-rw-r--r--pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix b/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
index c94ad67d2015..ebe9b733e3d0 100644
--- a/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
+++ b/pkgs/os-specific/linux/firmware/firmware-linux-nonfree/default.nix
@@ -2,12 +2,12 @@
stdenvNoCC.mkDerivation rec {
pname = "firmware-linux-nonfree";
- version = "20211027";
+ version = "20211216";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
rev = "refs/tags/${version}";
- sha256 = "00vv617ngr8rfrm1rw98xxgc453zb8cb5p8ssz5s3khynpqqg08x";
+ sha256 = "sha256-Q5TPtSbETDDRVKFfwQOp+GGsTGpTpGU5PQ5QkJCtWcM=";
};
installFlags = [ "DESTDIR=$(out)" ];
@@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation rec {
outputHashMode = "recursive";
outputHashAlgo = "sha256";
- outputHash = "1bll1drjp2y8grcxwh1mynxa6qaj1n58mh51ialm7pbryrvsla1c";
+ outputHash = "sha256-nyhxyDVO7tWkCD7fMjwiFNuMSh5e/z5w71CIZw3SJH8=";
meta = with lib; {
description = "Binary firmware collection packaged by kernel.org";