Unverified Commit 8db49657 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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

parents 463e2ddd 5c302d57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;