raspberrypi-eeprom: 2024.01.05-2712 -> 2024.02.16-271

https://github.com/raspberrypi/rpi-eeprom/releases/tag/v2024.02.16-2712
This commit is contained in:
Luflosi 2024-02-26 17:10:04 +01:00
parent cd2ec848a9
commit ace6159671
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

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