raspberrypifw: 1.20210805 -> 1.20211118

Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
This commit is contained in:
leo60228 2021-11-04 15:24:02 -04:00 committed by Zhaofeng Li
parent 40d1362782
commit 2164279a04

View File

@ -3,13 +3,13 @@
stdenvNoCC.mkDerivation rec {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware";
version = "1.20210805";
version = "1.20220118";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = version;
sha256 = "1nndhjv4il42yw3pq8ni3r4nlp1m0r229fadrf4f9v51mgcg11i1";
sha256 = "sha256-q8xlDnnvkaQ2R/KH2Ojd11IAP1sWjoyAJZiVdAfYKkQ=";
};
installPhase = ''