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

open-policy-agent: 0.62.0 -> 0.62.1
This commit is contained in:
Nick Cao 2024-03-06 17:40:02 -05:00 committed by GitHub
commit 16218a6e28
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.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;