Merge pull request #223780 from TheConcierge/opa-0.50.2

open-policy-agent: v0.48.0 -> v0.50.2
This commit is contained in:
lewo 2023-03-29 23:05:14 +02:00 committed by GitHub
commit fb7b7eac45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,13 +11,13 @@ assert enableWasmEval && stdenv.isDarwin -> builtins.throw "building with wasm o
buildGoModule rec {
pname = "open-policy-agent";
version = "0.48.0";
version = "0.50.2";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa";
rev = "v${version}";
hash = "sha256-//xwk5T477Ae61MqZCrj8VcG23mqrP04/VVuUwtxyio=";
hash = "sha256-xoU6S8tQaJgJnF+zLWEhgoznwMY1orE/0QI9KAqr0Gk=";
};
vendorHash = null;