rpiboot: 20250227-132106 -> 20250908-162618-bookworm (#444159)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-21 08:57:21 +00:00
committed by GitHub
+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;
};