gatekeeper: 3.8.1 -> 3.9.0

This commit is contained in:
R. Ryantm 2022-07-28 12:12:27 +00:00
parent bba87fc2a3
commit a6a86f5b99

View file

@ -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;