13 src = fetchFromGitHub {
17 hash = "sha256-0HxjCHwYhJkDfMt+8kzOAfZVhlprXcKpJSpWIQreTK4=";
20 vendorHash = "sha256-fXDbXyMKTiw2PugW3WPzyMupfXCgObm9MkJfix0mKaM=";
22 ldflags = [ "-X github.com/gittuf/gittuf/internal/version.gitVersion=${version}" ];
29 "-skip=TestLoadRepository"
33 postInstall = "rm $out/bin/cli"; # remove gendoc cli binary
36 changelog = "https://github.com/gittuf/gittuf/blob/v${version}/CHANGELOG.md";
37 description = "Security layer for Git repositories";
38 homepage = "https://gittuf.dev";
39 license = licenses.asl20;
40 mainProgram = "gittuf";
41 maintainers = with maintainers; [ flandweber ];