11 src = fetchFromGitHub {
15 hash = "sha256-QX0XMec99YbYWyfRThhwDaNjKstkUEz6wsisBynprmg=";
29 vendorHash = "sha256-00ZSAVEmk2pNjv6fo++gnpIheK8lo4AVWf+ghXappnI=";
31 ldflags = [ "-s" "-w" ];
34 description = "Go-based tools for modifying UEFI firmware";
35 homepage = "https://github.com/linuxboot/fiano";
36 changelog = "https://github.com/linuxboot/fiano/blob/v${version}/RELEASES.md";
37 license = licenses.bsd3;
38 maintainers = [ maintainers.jmbaur ];