raspberrypifw: 1.20240926 -> 1.20241008

This commit is contained in:
Ratchanan Srirattanamet 2024-11-03 21:36:00 +00:00
parent 2995821d81
commit fb43b7067e

View File

@ -3,13 +3,13 @@
stdenvNoCC.mkDerivation rec {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware";
version = "1.20240926";
version = "1.20241008";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = version;
hash = "sha256-MCutxzdSFoZ4hn2Fxk2AHHgWCt/Jgc+reqJZHUuSKOc=";
hash = "sha256-4gnK0KbqFnjBmWia9Jt2gveVWftmHrprpwBqYVqE/k0=";
};
installPhase = ''