raspberrypifw: 1.20210805 -> 1.20211118

Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>

authored by vriska.bsky.social Zhaofeng Li and committed by Zhaofeng Li 2164279a 40d13627

+2 -2
+2 -2
pkgs/os-specific/linux/firmware/raspberrypi/default.nix
··· 3 stdenvNoCC.mkDerivation rec { 4 # NOTE: this should be updated with linux_rpi 5 pname = "raspberrypi-firmware"; 6 - version = "1.20210805"; 7 8 src = fetchFromGitHub { 9 owner = "raspberrypi"; 10 repo = "firmware"; 11 rev = version; 12 - sha256 = "1nndhjv4il42yw3pq8ni3r4nlp1m0r229fadrf4f9v51mgcg11i1"; 13 }; 14 15 installPhase = ''
··· 3 stdenvNoCC.mkDerivation rec { 4 # NOTE: this should be updated with linux_rpi 5 pname = "raspberrypi-firmware"; 6 + version = "1.20220118"; 7 8 src = fetchFromGitHub { 9 owner = "raspberrypi"; 10 repo = "firmware"; 11 rev = version; 12 + sha256 = "sha256-q8xlDnnvkaQ2R/KH2Ojd11IAP1sWjoyAJZiVdAfYKkQ="; 13 }; 14 15 installPhase = ''