Skip to content

Commit

Permalink
raspberrypi-eeprom: 2024.11.12-2712 -> 2025.01.22-2712 (#376009)
Browse files Browse the repository at this point in the history
Co-authored-by: Luflosi <Luflosi@users.noreply.github.com>
  • Loading branch information
nixpkgs-merge-bot[bot] and Luflosi authored Jan 23, 2025
2 parents 27ce43e + c990b1f commit 0aa4755
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 @@ -14,13 +14,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "raspberrypi-eeprom";
version = "2024.11.12-2712";
version = "2025.01.22-2712";

src = fetchFromGitHub {
owner = "raspberrypi";
repo = "rpi-eeprom";
tag = "v${finalAttrs.version}";
hash = "sha256-6HyaEdMEBIFilZJJ9yPBHqdp0g+kLbbpr/5RsLZLI3U=";
hash = "sha256-NQr+10yEAq8skBBE1qveFJr0MJAWlQj24p/beu/RglE=";
};

buildInputs = [ python3 ];
Expand Down

0 comments on commit 0aa4755

Please sign in to comment.