open-policy-agent: v0.50.2 -> v0.51.0
Diff: https://github.com/open-policy-agent/opa/compare/v0.50.2...v0.51.0 Changelog: https://github.com/open-policy-agent/opa/blob/v0.51.0/CHANGELOG.md
This commit is contained in:
parent
5d51f5f8b9
commit
034e4b471e
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "open-policy-agent";
|
||||
version = "0.50.2";
|
||||
version = "0.51.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "open-policy-agent";
|
||||
repo = "opa";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-xoU6S8tQaJgJnF+zLWEhgoznwMY1orE/0QI9KAqr0Gk=";
|
||||
hash = "sha256-vyz0mmbM9zD1NLmMFGb5rQJAokgS+Equljd3okoJ7WE=";
|
||||
};
|
||||
vendorHash = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue