Skip to content

Commit

Permalink
nix: tinyuf2: update FOD hash
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed Jun 13, 2024
1 parent 9e34470 commit 935ca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/pkgs/bootloaders/tinyuf2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
src = pkgs.fetchgit {
url = "https://github.com/adafruit/tinyuf2";
rev = version;
sha256 = "sha256-RIdb2/XL7lShiyOrAgYN+0HOCmr1Q2150PNC+hYUohM=";
sha256 = "sha256-NjGFlMOOawL581zmbR7TT/CCHpFgKISPMF58HAFaQrI=";
};

buildInputs = with pkgs; [
Expand Down

0 comments on commit 935ca20

Please sign in to comment.