raspberrypi-firmware: 1.20220331 -> 1.20221028

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>

+2 -2
+2 -2
pkgs/os-specific/linux/firmware/raspberrypi/default.nix
··· 3 3 stdenvNoCC.mkDerivation rec { 4 4 # NOTE: this should be updated with linux_rpi 5 5 pname = "raspberrypi-firmware"; 6 - version = "1.20220331"; 6 + version = "1.20221028"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "raspberrypi"; 10 10 repo = "firmware"; 11 11 rev = version; 12 - hash = "sha256-TxlpHPEJAtVJTtDghuJpx2mLjEPiKkcAr7S9Cd/cocE="; 12 + hash = "sha256-GgPAWFCrLrrLiUDM+pt3VV6+IvCljMN9nh7L84vTQJs="; 13 13 }; 14 14 15 15 installPhase = ''