raspberrypifw: 1.20170515 -> 1.20170515n

This commit is contained in:
Tuomas Tynkkynen 2017-08-29 02:37:38 +03:00
parent 8e622d2689
commit b1749aecbe

View File

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