open-policy-agent: 0.65.0 -> 0.66.0

This commit is contained in:
R. Ryantm 2024-06-28 01:38:02 +00:00
parent f60c6b6c78
commit c3a0b828e9

View File

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