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

open-policy-agent: 0.42.0 -> 0.43.0
This commit is contained in:
lewo 2022-07-30 09:50:10 +02:00 committed by GitHub
commit 854375c0a0
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.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
sha256 = "sha256-Sn0vtC6skQE/IxXj3cjrq5iXYjM1wi17d4eavPKhk+g=";
sha256 = "sha256-ZxMeYWrUnNoCUgYrg/f3C19kGeN81boTfJRSpZZ/GL4=";
};
vendorSha256 = null;