raspberrypi-eeprom: 2024.06.05-2712 -> 2024.07.30-2712 (#339833)

This commit is contained in:
Nick Cao 2024-09-07 09:59:36 -04:00 committed by GitHub
commit 4a7b2739e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raspberrypi-eeprom";
version = "2024.06.05-2712";
version = "2024.07.30-2712";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-eeprom";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-VcMDDnM0VNr+Y+16ZChZdlEcmlHx6mYNCK0mrPMJHes=";
hash = "sha256-4rTq8O6TqE7vRr4o+/149FraYLmKFUQRUFffzC0aeIQ=";
};
buildInputs = [ python3 ];