Merge pull request #248263 from kashw2/waypoint

waypoint: 0.11.2 -> 0.11.4
This commit is contained in:
Jörg Thalheim 2023-08-10 08:09:51 +01:00 committed by GitHub
commit 014d6aada8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "waypoint";
version = "0.11.2";
version = "0.11.4";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-mYds46+35sdo9aF5XETwZuvYKW5vExEgm/hAwv2g3do=";
sha256 = "sha256-Zn11mVQV8lN62BVYfhXauKets7/mIqA0r+mG2TkRyPk=";
};
vendorHash = "sha256-z0qe8zSQ9PopGeyvMDhRpU+3jUgHoh+8jTsYGLPk3i4=";