Skip to content

Commit

Permalink
raspberrypi-eeprom: 2024.11.08-2712 -> 2024.11.12-2712
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 0bc7caf commit 49fd2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ra/raspberrypi-eeprom/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raspberrypi-eeprom";
version = "2024.11.08-2712";
version = "2024.11.12-2712";

src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-eeprom";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-reZFKuOtY+mjoq6ie7S+VwYnbcl9f488HzWFhR+dqC8=";
hash = "sha256-6HyaEdMEBIFilZJJ9yPBHqdp0g+kLbbpr/5RsLZLI3U=";
};

buildInputs = [ python3 ];
Expand Down

0 comments on commit 49fd2da

Please sign in to comment.