Commit 0117f571 authored by R. RyanTM's avatar R. RyanTM
Browse files

opa-envoy-plugin: 1.9.0-envoy -> 1.10.0-envoy

parent 981ee33c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@ assert

buildGoModule rec {
  pname = "opa-envoy-plugin";
  version = "1.9.0-envoy";
  version = "1.10.0-envoy";

  src = fetchFromGitHub {
    owner = "open-policy-agent";
    repo = "opa-envoy-plugin";
    tag = "v${version}";
    hash = "sha256-Arc0aVDcGZqCrrUrAB9yVXSXzdtOlXEFGZ8pJ578oKk=";
    hash = "sha256-qKLeSpVy/ImeJ2WPLa3uQSHA/6Y4Visb9lgC4PkURkI=";
  };

  vendorHash = null;
  vendorHash = "sha256-l/0IaHz1wTNqX/Im8g0fjTqVOtMHSdqSpl0Oo1ByyxA=";

  nativeBuildInputs = [ installShellFiles ];