open-policy-agent: 0.62.1 -> 0.63.0

This commit is contained in:
R. Ryantm 2024-03-29 02:10:19 +00:00
parent 8b5339b507
commit b28320100b
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.62.1";
version = "0.63.0";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
hash = "sha256-iR3/6tqB6jwjy87D6xkKu/N61oenWzU3tEPTYTeEv7c=";
hash = "sha256-yXYyRl0ZDgS6eB2pB0Iqi3DiBGcIO3Vdet9RLSOczkU=";
};
vendorHash = null;