raspberrypifw: 1.20240924 -> 1.20240926

This commit is contained in:
R. Ryantm
2024-10-02 03:40:45 +00:00
parent 8b832758af
commit 7652f0e6be
@@ -3,13 +3,13 @@
stdenvNoCC.mkDerivation rec {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware";
version = "1.20240924";
version = "1.20240926";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = version;
hash = "sha256-r6kte+rZQliLEQMNMT1ZqbvE0oCWjkCYk8NfVHl5lQY=";
hash = "sha256-MCutxzdSFoZ4hn2Fxk2AHHgWCt/Jgc+reqJZHUuSKOc=";
};
installPhase = ''