open-policy-agent: 0.62.0 -> 0.62.1

This commit is contained in:
R. Ryantm 2024-03-06 13:00:57 +00:00
parent 9df3e30ce2
commit 6acfd2fb33

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.0";
version = "0.62.1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
hash = "sha256-Afaa6ykGyZQGjzSDYuJ954LF0IOzRDG8rV9hgXVT7YE=";
hash = "sha256-iR3/6tqB6jwjy87D6xkKu/N61oenWzU3tEPTYTeEv7c=";
};
vendorHash = null;