12 src = fetchFromGitHub {
13 owner = "sassoftware";
16 sha256 = "sha256-T76+Ftky1rSIqEoKE3RLsf6g2gguVJgYFflWmyEhdEk=";
19 vendorHash = "sha256-5mgqIw3BV88rEF3ALD3pLhm658yUUFf44hQFSw085cU=";
24 "-X=main.version=${version}"
25 "-X=main.commit=${src.rev}"
29 version = testers.testVersion {
35 homepage = "https://github.com/sassoftware/relic";
36 description = "A service and a tool for adding digital signatures to operating system packages for Linux and Windows";
37 mainProgram = "relic";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ strager ];