raspberrypifw: 1.20240902 -> 1.20240924

This commit is contained in:
R. Ryantm 2024-09-24 17:39:49 +00:00
parent 9423bdbb85
commit 52208da9ab

View File

@ -3,13 +3,13 @@
stdenvNoCC.mkDerivation rec {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware";
version = "1.20240902";
version = "1.20240924";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = version;
hash = "sha256-DN+NlesZ8YfuVwLKQSHckvpNZxqsbKRflOcS3ShO3Ss=";
hash = "sha256-r6kte+rZQliLEQMNMT1ZqbvE0oCWjkCYk8NfVHl5lQY=";
};
installPhase = ''