opa-envoy-plugin: 1.4.2-envoy -> 1.5.1-envoy (#412160)

Co-authored-by: charlieegan3 <charlieegan3@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-09 09:55:31 +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.4.2-envoy";
version = "1.5.1-envoy";
src = fetchFromGitHub {
owner = "open-policy-agent";
repo = "opa-envoy-plugin";
tag = "v${version}";
hash = "sha256-DRW9VaxKd+MRcC3Ay7f9sblWTY9/RUNfH76LgPEhTas=";
hash = "sha256-rctYzH47R3vFk/Xl9YwTrTHU6K1pZ3QcimH1JfDecDs=";
};
vendorHash = null;