1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-b65mplfDuwk8lEfJLKBY7BF0yGRksxHjwbEW6A7moo4=";
15 sed -i 's|cacheTimeout != 3600|cacheTimeout != 0|' cmd/hologram-server/main.go
17 rm -f agent/metadata_service_test.go server/persistent_ldap_test.go server/server_test.go
20 vendorHash = "sha256-HI5+02qSQVLy6ZKaFjy1bWtvVk5bqMBg1umu2ic5HuY=";
22 ldflags = [ "-s" "-w" ];
25 homepage = "https://github.com/AdRoll/hologram/";
26 description = "Easy, painless AWS credentials on developer laptops";
28 license = licenses.asl20;