raspberrypi-eeprom: 2024.09.23-2712 -> 2024.11.08-2712 (#354632)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-16 13:57:03 +00:00 committed by GitHub
commit 04e5e836a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raspberrypi-eeprom";
version = "2024.09.23-2712";
version = "2024.11.08-2712";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-eeprom";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-5qqcHMoRT5XfhIX392j4Q1DcKjYGq6NMqy1VrWxg5+4=";
hash = "sha256-reZFKuOtY+mjoq6ie7S+VwYnbcl9f488HzWFhR+dqC8=";
};
buildInputs = [ python3 ];