raspberrypifw: 1.20201201 -> 1.20210201

This commit is contained in:
Martin Weinelt 2021-02-17 04:47:35 +01:00
parent 9d6df5f6fe
commit 82dadb9f06
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,13 +3,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
# NOTE: this should be updated with linux_rpi # NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware"; pname = "raspberrypi-firmware";
version = "1.20201201"; version = "1.20210201";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "raspberrypi"; owner = "raspberrypi";
repo = "firmware"; repo = "firmware";
rev = version; rev = version;
sha256 = "09yha3k72yqx29rwnv2j2zm73lzc4jgmcbmcc6yrl1i07x84lx3n"; sha256 = "0frmsixzy9nd8nfg15jsz037522h4gq1hca666cyaf9zg2sa1i7i";
}; };
installPhase = '' installPhase = ''