opa-envoy-plugin: 1.2.0-envoy-2 -> 1.3.0-envoy-1

This commit is contained in:
R. Ryantm
2025-04-02 13:22:51 +00:00
parent 02b2743b6a
commit 084e687e1f
+2 -2
View File
@@ -14,13 +14,13 @@ assert
buildGoModule rec {
pname = "opa-envoy-plugin";
version = "1.2.0-envoy-2";
version = "1.3.0-envoy-1";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa-envoy-plugin";
tag = "v${version}";
hash = "sha256-b3JaPd435VgLEMpkK79CkLGTvQmZpi8Eavj0ybPrBcs=";
hash = "sha256-IJe/JKdsjJ0oJWa35UjxXHiVsm7M1mFwVx5oQ45uuSE=";
};
vendorHash = null;