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

gatekeeper: 3.9.1 -> 3.9.2
This commit is contained in:
Mario Rodas 2022-10-15 05:34:33 -05:00 committed by GitHub
commit 352bdef2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gatekeeper";
version = "3.9.1";
version = "3.9.2";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "gatekeeper";
rev = "v${version}";
sha256 = "sha256-XZASej26Mn4tq9c4nvjQNhQZWtu3L6jIgMNhyYyh5IE=";
sha256 = "sha256-g6OwUCUR/F4v62yt3cCnAcys0tYYYrYVHC8vZZF5OQ4=";
};
vendorSha256 = null;