raspberrypifw: 1.20210201 -> 1.20210303

This commit is contained in:
Martin Weinelt 2021-04-05 05:55:24 +02:00
parent 10abcde053
commit c067f62fb9
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.20210201"; version = "1.20210303";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "raspberrypi"; owner = "raspberrypi";
repo = "firmware"; repo = "firmware";
rev = version; rev = version;
sha256 = "0frmsixzy9nd8nfg15jsz037522h4gq1hca666cyaf9zg2sa1i7i"; sha256 = "0pgiw93hq4gfph5dnwbi8w59g0f7yhmagwzam971k529mh5yl86m";
}; };
installPhase = '' installPhase = ''