Merge pull request #137872 from r-ryantm/auto-update/open-policy-agent

open-policy-agent: 0.31.0 -> 0.32.0
This commit is contained in:
lewo 2021-09-14 22:31:23 +02:00 committed by GitHub
commit d9d41a6718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "open-policy-agent";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "sha256-SUMTyqzeaCTj/fVdDHFZkh43t+mIFGNt6wendOt9gfw=";
sha256 = "sha256-RCB9PSUvfIqDAuZFw8HAF35ZhWwTiS+dAHgwlLPwc9I=";
};
vendorSha256 = null;