opa-envoy-plugin: 1.6.0-envoy-2 -> 1.7.1-envoy (#430022)

Co-authored-by: charlieegan3 <charlieegan3@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-07 14:59:19 +00:00
committed by GitHub
co-authored by charlieegan3
+2 -2
View File
@@ -14,13 +14,13 @@ assert
buildGoModule rec {
pname = "opa-envoy-plugin";
version = "1.6.0-envoy-2";
version = "1.7.1-envoy";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa-envoy-plugin";
tag = "v${version}";
hash = "sha256-pYyGbZKrdQj1Bw6q4c8wcfqOzgX/WE0hn/qODxFItB0=";
hash = "sha256-q4Cs5/QtGTWj8Ljr1R7BD6GWge6+/hUDAF/M2N/tgWE=";
};
vendorHash = null;