Unverified Commit fcb1400f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #238519 from r-ryantm/auto-update/waypoint

waypoint: 0.11.1 -> 0.11.2
parents 6519dfd2 bcd1d4c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "waypoint";
  version = "0.11.1";
  version = "0.11.2";

  src = fetchFromGitHub {
    owner = "hashicorp";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-8fMhwJWINazLQou/i6/BZiPtsBJLmEEX9J1EZ0rsTh8=";
    sha256 = "sha256-mYds46+35sdo9aF5XETwZuvYKW5vExEgm/hAwv2g3do=";
  };

  vendorHash = "sha256-er1Qvnda8pTpWuvkiFhugZ6li82ljg9mk/HrtH22laA=";
  vendorHash = "sha256-z0qe8zSQ9PopGeyvMDhRpU+3jUgHoh+8jTsYGLPk3i4=";

  nativeBuildInputs = [ go-bindata installShellFiles ];