opa-envoy-plugin: 1.6.0-envoy-2 -> 1.7.1-envoy

This commit is contained in:
R. Ryantm 2025-08-01 03:39:08 +00:00
parent eb87960a20
commit f5461d0f09

View File

@ -14,13 +14,13 @@ assert
buildGoModule rec { buildGoModule rec {
pname = "opa-envoy-plugin"; pname = "opa-envoy-plugin";
version = "1.6.0-envoy-2"; version = "1.7.1-envoy";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "open-policy-agent"; owner = "open-policy-agent";
repo = "opa-envoy-plugin"; repo = "opa-envoy-plugin";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-pYyGbZKrdQj1Bw6q4c8wcfqOzgX/WE0hn/qODxFItB0="; hash = "sha256-q4Cs5/QtGTWj8Ljr1R7BD6GWge6+/hUDAF/M2N/tgWE=";
}; };
vendorHash = null; vendorHash = null;