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

open-policy-agent: 0.64.0 -> 0.64.1
This commit is contained in:
lewo 2024-05-03 08:32:46 +02:00 committed by GitHub
commit 097f9ab2b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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