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

This commit is contained in:
Sandro
2022-07-28 17:52:01 +02:00
committed by GitHub
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.8.1";
version = "3.9.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
sha256 = "sha256-zEUH88sjgR738BXK2oSSM6jf5oHZt0VJv61BcxclG1Q=";
sha256 = "sha256-hZ8PBJ+6G0A5tVrJfxy2rODxOxQarQg6mxG3sQCqjfY=";
};
vendorSha256 = null;