hologram: use upstream vendor

This commit is contained in:
zowoq
2020-09-08 16:32:39 +10:00
parent 49527fd227
commit abf3d29951
2 changed files with 0 additions and 112 deletions
-2
View File
@@ -13,8 +13,6 @@ buildGoPackage rec {
goPackagePath = "github.com/AdRoll/hologram";
goDeps = ./deps.nix;
preConfigure = ''
sed -i 's|cacheTimeout != 3600|cacheTimeout != 0|' cmd/hologram-server/main.go
'';