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

open-policy-agent: 0.64.1 -> 0.65.0
This commit is contained in:
lewo 2024-05-31 06:48:54 +02:00 committed by GitHub
commit 5f6ccfaad5
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.1";
version = "0.65.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
hash = "sha256-IIW6AXv5x+uQGCZulPPB7IhRlCq7Ww76qUhMHg3Fx7g=";
hash = "sha256-nf/xQ5744cplTNYkwaUbGv7Dw0BGf52dWTjnTVa9qL8=";
};
vendorHash = null;