waypoint: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm 2023-06-19 05:45:02 +00:00
parent c1bca7fe84
commit bcd1d4c936

View File

@ -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 ];