summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2021-07-16 21:00:56 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-07-17 17:49:43 +0000
commit2abfe1a93bd9a89c2e8b74f751b93612fc543702 (patch)
tree9509b4adf7df996e577f14d5a51e07a4c3edab0b
parentMerge pull request #130449 from NixOS/backport-130435-to-release-21.05 (diff)
downloadnixpkgs-2abfe1a93bd9a89c2e8b74f751b93612fc543702.tar.gz
firmwareLinuxNonfree: 2021-05-11 -> 2021-07-16origin/backport-130397-to-release-21.05
(cherry picked from commit ea4358edf2c5a2280e193c936fb7cbafcbbaa666)
-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 a54454885345..4293f53e47d1 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 = "2021-05-11";
+ version = "2021-07-16";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
rev = "refs/tags/" + lib.replaceStrings ["-"] [""] version;
- sha256 = "015hajf3mq8dv2hw5wsyvi34zdqiwxp9p5dwdp8nrk4r9z5ysqxw";
+ sha256 = "185pnaqf2qmhbcdvvldmbar09zgaxhh3h8x9bxn6079bcdpaskn6";
};
installFlags = [ "DESTDIR=$(out)" ];
@@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation rec {
outputHashMode = "recursive";
outputHashAlgo = "sha256";
- outputHash = "034bwbl616vzl7lhcbvyz9dzmpzwi12vca3r5mszdxqh3z3s1g6a";
+ outputHash = "0g470hj2ylpviijfpjqzsndn2k8kkscj27wqwk51xlk8cr3mrahb";
meta = with lib; {
description = "Binary firmware collection packaged by kernel.org";