opa-envoy-plugin: 1.7.1-envoy -> 1.8.0-envoy (#438100)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-17 10:15:36 +00:00
committed by GitHub
+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;