gatekeeper: set version (#397665)

authored by Sandro and committed by GitHub a78a226c 8b4ff7b9

+4
+4
pkgs/by-name/ga/gatekeeper/package.nix
··· 22 22 installShellFiles 23 23 ]; 24 24 25 + ldflags = [ 26 + "-X github.com/open-policy-agent/gatekeeper/v3/pkg/version.Version=${version}" 27 + ]; 28 + 25 29 subPackages = [ "cmd/gator" ]; 26 30 27 31 postInstall = ''