opa-envoy-plugin: 1.7.1-envoy -> 1.8.0-envoy

This commit is contained in:
R. Ryantm
2025-08-29 02:33:53 +00:00
parent 72469b3966
commit 95c9215d2e
+2 -2
View File
@@ -14,13 +14,13 @@ assert
buildGoModule rec {
pname = "opa-envoy-plugin";
version = "1.7.1-envoy";
version = "1.8.0-envoy";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa-envoy-plugin";
tag = "v${version}";
hash = "sha256-q4Cs5/QtGTWj8Ljr1R7BD6GWge6+/hUDAF/M2N/tgWE=";
hash = "sha256-tPPF/zCwPShejBZZO1Kw7+jd4BpTU81DeIUxxz9b0RY=";
};
vendorHash = null;