Unverified Commit d29fa22d authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

opa-envoy-plugin: 1.2.0-envoy-2 -> 1.3.0-envoy-1 (#395489)

parents 79b04576 084e687e
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.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;