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

open-policy-agent: 0.45.0 -> 0.47.0
This commit is contained in:
lewo 2022-12-06 19:29:03 +01:00 committed by GitHub
commit 9de04e9c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
buildGoModule rec {
pname = "open-policy-agent";
version = "0.45.0";
version = "0.47.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "sha256-7w5HOZr1cei7AvMdHdVzjB3ZQGWCOgm/g9UhuO3vSJI=";
sha256 = "sha256-aN/3xJFAc4r1nXF01tz4G4lP1KEQZQ3y+QuJ+wToD6M=";
};
vendorSha256 = null;