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

This commit is contained in:
R. Ryantm
2025-07-01 19:20:04 +00:00
parent 223bee05d9
commit e8f488e17d
+2 -2
View File
@@ -14,13 +14,13 @@ assert
buildGoModule rec {
pname = "opa-envoy-plugin";
version = "1.5.1-envoy";
version = "1.6.0-envoy-2";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa-envoy-plugin";
tag = "v${version}";
hash = "sha256-rctYzH47R3vFk/Xl9YwTrTHU6K1pZ3QcimH1JfDecDs=";
hash = "sha256-pYyGbZKrdQj1Bw6q4c8wcfqOzgX/WE0hn/qODxFItB0=";
};
vendorHash = null;