raspberrypi-eeprom: 2023.12.06-2712 -> 2024.01.05-2712

https://github.com/raspberrypi/rpi-eeprom/releases/tag/v.2024.01.05-2712
This commit is contained in:
Luflosi 2024-01-23 19:11:43 +01:00
parent 947661df11
commit 4373622765
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -12,13 +12,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raspberrypi-eeprom";
version = "2023.12.06-2712";
version = "2024.01.05-2712";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-eeprom";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-bX+WSWj8Lk0S9GgauJsqElur+AAp5JB8LMEstB6aRGo=";
rev = "refs/tags/v.${finalAttrs.version}";
hash = "sha256-/DWnGtNyN9DEDNdz+mOBWu38bGj7YIbbgqUVN/B2VcM=";
};
buildInputs = [ python3 ];