diff options
| author | wires <wires@noreply.wires.systems> | 2025-10-05 13:53:40 -0400 |
|---|---|---|
| committer | wires <wires@noreply.wires.systems> | 2025-10-05 13:53:40 -0400 |
| commit | 322d8cdf06819df75de74ff44fa3bd0b340be591 (patch) | |
| tree | 012fcf68b049549176c031cce60b3a9627549134 | |
| parent | don't touch registers used by calling convention (diff) | |
| download | zosimos-322d8cdf06819df75de74ff44fa3bd0b340be591.tar.gz | |
update rpi firmware
| -rw-r--r-- | build.zig.zon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.zig.zon b/build.zig.zon index 4b6e053..2670f85 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -5,8 +5,8 @@ .dependencies = .{ .rpi_firmware = .{ - .url = "https://github.com/raspberrypi/firmware/archive/refs/tags/1.20250305.tar.gz", - .hash = "N-V-__8AAMDLwwuTMkMtG5M6jEZmHThO28TW5KOAG3wps15Y", + .url = "https://github.com/raspberrypi/firmware/archive/refs/tags/1.20250915.tar.gz", + .hash = "N-V-__8AANTQRQzIaR1f-TONDHiFYqypOGjmZ5mHa4dk9Heu", }, }, |