wires

summary refs log tree commit diff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-10-05 13:53:40 -0400
committerwires <wires@noreply.wires.systems>2025-10-05 13:53:40 -0400
commit322d8cdf06819df75de74ff44fa3bd0b340be591 (patch)
tree012fcf68b049549176c031cce60b3a9627549134 /build.zig.zon
parentdon't touch registers used by calling convention (diff)
downloadzosimos-322d8cdf06819df75de74ff44fa3bd0b340be591.tar.gz
update rpi firmware
Diffstat (limited to '')
-rw-r--r--build.zig.zon4
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",
         },
     },