1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-urueDWvHhDsIiLIAatAforBM//UEJz8wUHEVyhwV7JY=";
14 vendorSha256 = "sha256-wlylASK2RES0nbf6UZHJBrYQaz9jrq5j7/KF1wYOqE0=";
17 homepage = "https://github.com/sassoftware/relic";
18 description = "A service and a tool for adding digital signatures to operating system packages for Linux and Windows";
19 license = licenses.asl20;
20 maintainers = with maintainers; [ strager ];
21 platforms = platforms.unix;