Skip to content

Commit

Permalink
firmware-linux-nonfree: 2021-03-15 -> 2021-05-11
Browse files Browse the repository at this point in the history
(cherry picked from commit 9380cb3)
  • Loading branch information
domenkozar authored and Jonathan Ringer committed May 15, 2021
1 parent 21ff930 commit 1ac1bd6
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -2,12 +2,12 @@

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

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

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

outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0pjl70nwarnknxah8vikb051c75mkg25a5m4h3344cw86x8hcx10";
outputHash = "034bwbl616vzl7lhcbvyz9dzmpzwi12vca3r5mszdxqh3z3s1g6a";

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

0 comments on commit 1ac1bd6

Please sign in to comment.