summary refs log tree commit diff
path: root/pkgs/os-specific/linux/firmware/firmware-linux-nonfree
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2020-11-19 09:40:32 +0000
committerTredwellGit <tredwell@tutanota.com>2020-11-19 09:40:32 +0000
commitd7695d13ffbe37ffba1e27f0d535e3f473618ab1 (patch)
tree8a0dc3d50cf30646767ad975b34b24d60ca47809 /pkgs/os-specific/linux/firmware/firmware-linux-nonfree
parent9ebdab9a097d835b53a6c13cc82e407cbf0811be (diff)
downloadnixpkgs-d7695d13ffbe37ffba1e27f0d535e3f473618ab1.tar
nixpkgs-d7695d13ffbe37ffba1e27f0d535e3f473618ab1.tar.gz
nixpkgs-d7695d13ffbe37ffba1e27f0d535e3f473618ab1.tar.bz2
nixpkgs-d7695d13ffbe37ffba1e27f0d535e3f473618ab1.tar.lz
nixpkgs-d7695d13ffbe37ffba1e27f0d535e3f473618ab1.tar.xz
nixpkgs-d7695d13ffbe37ffba1e27f0d535e3f473618ab1.tar.zst
nixpkgs-d7695d13ffbe37ffba1e27f0d535e3f473618ab1.zip
firmwareLinuxNonfree: 2020-10-22 -> 2020-11-18
Diffstat (limited to 'pkgs/os-specific/linux/firmware/firmware-linux-nonfree')
-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 fcebea126fe..6938750dd64 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 @@
 
 stdenv.mkDerivation rec {
   pname = "firmware-linux-nonfree";
-  version = "2020-10-22";
+  version = "2020-11-18";
 
   src = fetchgit {
     url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
     rev = lib.replaceStrings ["-"] [""] version;
-    sha256 = "15l32993pfm0albx7ky64c5i60vph150hrdkg87md15919a6naia";
+    sha256 = "107p7h13gncsxqhixqq9zmmswvs910sck54ab10s4m5cafvnaf94";
   };
 
   installFlags = [ "DESTDIR=$(out)" ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   outputHashMode = "recursive";
   outputHashAlgo = "sha256";
-  outputHash = "0y2dpp3gklzym2gr0w9wddf6cn6p0sv9n2xh401j1299sjsr57m9";
+  outputHash = "1319qr3mhbbvbnl8q151pgfpahwzfv9zg0fvpj34z5h0wnvmlr2v";
 
   meta = with stdenv.lib; {
     description = "Binary firmware collection packaged by kernel.org";