We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e34470 commit 935ca20Copy full SHA for 935ca20
nix/pkgs/bootloaders/tinyuf2/default.nix
@@ -11,7 +11,7 @@
11
src = pkgs.fetchgit {
12
url = "https://github.com/adafruit/tinyuf2";
13
rev = version;
14
- sha256 = "sha256-RIdb2/XL7lShiyOrAgYN+0HOCmr1Q2150PNC+hYUohM=";
+ sha256 = "sha256-NjGFlMOOawL581zmbR7TT/CCHpFgKISPMF58HAFaQrI=";
15
};
16
17
buildInputs = with pkgs; [
0 commit comments