rpiboot: 20250227-132106 -> 20250908-162618-bookworm

This commit is contained in:
R. Ryantm
2025-09-18 22:49:22 +00:00
parent ee164a706c
commit c83627fa30
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "rpiboot";
version = "20250227-132106";
version = "20250908-162618-bookworm";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "usbboot";
tag = version;
hash = "sha256-WccnaIUF5M080M4vg5NzBCLpLVcE7ts/oJJE8CLRi8A=";
hash = "sha256-BJOm8VBEbrUasYwuV8NqwmsolJzmaqIaxYqj9EkU5hc=";
fetchSubmodules = true;
};