Files
nix-config/packages/raspberrypi/uefi-rpi4/version.json
mjallen18 70002a19e2 hmm
2026-04-07 18:39:42 -05:00

15 lines
379 B
JSON
Executable File

{
"schemaVersion": 1,
"variables": {
"version": "1.50"
},
"sources": {
"firmware": {
"fetcher": "url",
"urlTemplate": "https://github.com/pftf/RPi4/releases/download/v${version}/RPi4_UEFI_Firmware_v${version}.zip",
"hash": "sha256-g8046/Ox0hZgvU6u3ZfC6HMqoTME0Y7NsZD6NvUsp7w=",
"extra": { "unpack": "zip", "stripRoot": false }
}
}
}