Skip to content

Commit

Permalink
firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19
Browse files Browse the repository at this point in the history
  • Loading branch information
jsravn committed Jun 1, 2020
1 parent 19dab23 commit 46f2bf6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
pname = "firmware-linux-nonfree";
version = "2020-01-22";
version = "2020-05-19";

src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
rev = lib.replaceStrings ["-"] [""] version;
sha256 = "0256p99bqwf1d1s6gqnzpjcdmg6skcp1jzz64sd1p29xxrf0pzfa";
sha256 = "13yrpgfqxp5l457p3s1c61is410nv0kv6picx9r0m8h1b0v6aym3";
};

installFlags = [ "DESTDIR=$(out)" ];
Expand All @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "1d2jvy395jpfq0gli7q5p571lcb9p5y0y8qr8p8rlcmczh4gry64";
outputHash = "0pjl70nwarnknxah8vikb051c75mkg25a5m4h3344cw86x8hcx10";

meta = with stdenv.lib; {
description = "Binary firmware collection packaged by kernel.org";
Expand Down

0 comments on commit 46f2bf6

Please sign in to comment.