raspberrypifw: 1.20170427 -> 1.20170515

This commit is contained in:
Tuomas Tynkkynen 2017-07-30 20:33:21 +03:00
parent b0ea683c92
commit 8523ab5e8d

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "raspberrypi-firmware-${version}"; name = "raspberrypi-firmware-${version}";
version = "1.20170427"; version = "1.20170515";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "raspberrypi"; owner = "raspberrypi";
repo = "firmware"; repo = "firmware";
rev = version; rev = version;
sha256 = "0n79nij0rlwjx3zqs4p3wcyrgrgg9gmsf1a526r91c689r5lpwvl"; sha256 = "0liy0p69p9yr5cqgrfc23d3n243xkrx889gc8yqd9m2jpns4s361";
}; };
dontStrip = true; # Stripping breaks some of the binaries dontStrip = true; # Stripping breaks some of the binaries