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

open-policy-agent: 0.63.0 -> 0.64.0
This commit is contained in:
Nick Cao 2024-04-26 09:44:18 -04:00 committed by GitHub
commit 77884ab985
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
buildGoModule rec {
pname = "open-policy-agent";
version = "0.63.0";
version = "0.64.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
hash = "sha256-yXYyRl0ZDgS6eB2pB0Iqi3DiBGcIO3Vdet9RLSOczkU=";
hash = "sha256-BguL9ph7lNzOJs9s2l7jt/SjmD5Wy0MPrwIiEXL/Ip4=";
};
vendorHash = null;