Skip to content

Commit

Permalink
raspberrypifw: 1.20240529 -> 1.20240902 (NixOS#339030)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 6, 2024
2 parents b75c480 + ff85fb7 commit 786930c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/firmware/raspberrypi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
stdenvNoCC.mkDerivation rec {
# NOTE: this should be updated with linux_rpi
pname = "raspberrypi-firmware";
version = "1.20240529";
version = "1.20240902";

src = fetchFromGitHub {
owner = "raspberrypi";
repo = "firmware";
rev = version;
hash = "sha256-KsCo7ZG6vKstxRyFljZtbQvnDSqiAPdUza32xTY/tlA=";
hash = "sha256-DN+NlesZ8YfuVwLKQSHckvpNZxqsbKRflOcS3ShO3Ss=";
};

installPhase = ''
Expand Down

0 comments on commit 786930c

Please sign in to comment.