open-policy-agent: 0.64.1 -> 0.65.0

This commit is contained in:
R. Ryantm 2024-05-31 01:38:25 +00:00
parent 3852c7ab26
commit 9d7bd26bb0

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;