Merge pull request #315494 from r-ryantm/auto-update/gatekeeper

gatekeeper: 3.16.2 -> 3.16.3
This commit is contained in:
Sandro
2024-05-29 09:36:39 +02:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gatekeeper"; pname = "gatekeeper";
version = "3.16.2"; version = "3.16.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "open-policy-agent"; owner = "open-policy-agent";
repo = "gatekeeper"; repo = "gatekeeper";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lpnli05nRKwEdG9k4j+pSAKxNoFBBeOhwd8iYbelwoc="; hash = "sha256-G/ELuaUSlyeNcN6v1/xubF+VjvltdLKYmwlYWKzQiuw=";
}; };
vendorHash = null; vendorHash = null;