raspberrypifw: 1.20221028 -> 1.20230106

This commit is contained in:
Jamie Magee 2023-01-08 11:07:47 -08:00
parent 6c46f55495
commit 42b10e9e5c
No known key found for this signature in database

View file

@ -3,13 +3,13 @@
stdenvNoCC.mkDerivation rec {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware";
version = "1.20221028";
version = "1.20230106";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = version;
hash = "sha256-GgPAWFCrLrrLiUDM+pt3VV6+IvCljMN9nh7L84vTQJs=";
hash = "sha512-iKUR16RipN8BGAmXteTJUzd/P+m5gnbWCJ28LEzYfOTJnGSal63zI7LDQg/HIKXx9wMTARQKObeKn+7ioS4QkA==";
};
installPhase = ''