Skip to content

Commit

Permalink
Merge pull request #45896 from ashkitten/update-firmware
Browse files Browse the repository at this point in the history
firmware-linux-nonfree: 2018-03-20 -> 2018-08-25
  • Loading branch information
fpletz committed Sep 1, 2018
2 parents cb1ca42 + a101770 commit cdb244a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "firmware-linux-nonfree-${version}";
version = "2018-03-20";
version = "2018-08-25";

src = fetchgit {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git";
rev = "8c1e439c967a50f0698d61aafdba3841aff10db0";
sha256 = "110vxgahyx5dvylqrxsm5cmx4a32cl2zchvm6cgc270jz75fg7wd";
rev = "fea76a04f25fd0a217c0d566ff5ff8f23ad3e648";
sha256 = "1xy1s9vd7jny4hf4f1hzhlbnm0l4pnw7xycky0v6kfwlg5nnjii5";
};

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

outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "0r2g91hc7csp2fbp2ny4s4rwv0mw2m130gpnisxnhzi05hkwki66";
outputHash = "1p1dkzclj718w7di81s6486dn5zw77c4i2qn63bvp9q4vid452hn";

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

0 comments on commit cdb244a

Please sign in to comment.