raspberrypifw: 1.20240529 -> 1.20240902

This commit is contained in:
R. Ryantm
2024-09-02 15:14:44 +00:00
parent 3007f981ee
commit ff85fb798a
@@ -3,13 +3,13 @@
stdenvNoCC.mkDerivation rec {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware";
version = "1.20240529";
version = "1.20240902";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = version;
hash = "sha256-KsCo7ZG6vKstxRyFljZtbQvnDSqiAPdUza32xTY/tlA=";
hash = "sha256-DN+NlesZ8YfuVwLKQSHckvpNZxqsbKRflOcS3ShO3Ss=";
};
installPhase = ''