Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firmwareLinuxNonFree: 2020-05-19 -> 2020-07-21 #94133

Closed
wants to merge 2 commits into from

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Jul 29, 2020

Motivation for this change

Latest firmware: harder better faster stronger, probably :).

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
      • Using on machine submitting this from O:)
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@bendlas
Copy link
Contributor

bendlas commented Aug 25, 2020

I'm running this, plus

From 0f566f14688940e9c05fe0f498b467d95f374be5 Mon Sep 17 00:00:00 2001
From: Herwig Hochleitner <herwig@bendlas.net>
Date: Sat, 22 Aug 2020 19:59:25 +0200
Subject: [PATCH] firmwareLinuxNonFree: 2020-07-21 -> 2020-08-17

---
 .../linux/firmware/firmware-linux-nonfree/default.nix       | 6 +++---
 1 file 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 f8bc2aca4bf..c7a756366bc 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-07-21";
+  version = "2020-08-17";
 
   src = fetchgit {
     url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
     rev = lib.replaceStrings ["-"] [""] version;
-    sha256 = "1cdwnmg5p0ph5fvfnb04agbymmh094jlw9vxmbr5m2xhsw2vshdn";
+    sha256 = "0c0m1qyrgqnqip5xqsi0sa80vqc5pl7kqa7mmq908vwn09c11z7j";
   };
 
   installFlags = [ "DESTDIR=$(out)" ];
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   outputHashMode = "recursive";
   outputHashAlgo = "sha256";
-  outputHash = "03yy3mmlfnc3gksn1h0wbqzaan8irph1rsplb3pipwlmnxchvwr3";
+  outputHash = "0c40mbmhvjm0w09x1ja7bwfgnjj7y8x9pig50dnc1wj7hcy62c1z";
 
   meta = with stdenv.lib; {
     description = "Binary firmware collection packaged by kernel.org";
-- 
2.28.0

@bendlas bendlas self-requested a review August 25, 2020 21:50
@ajs124
Copy link
Member

ajs124 commented Oct 11, 2020

With #98420 merged, this can be closed, right?

@TredwellGit
Copy link
Member

This should be closed.

@ajs124 ajs124 closed this Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants