Merge pull request #36050 from ryantm/auto-update/teleport-2.4.0-to-2.4.1

teleport: 2.4.0 -> 2.4.1
This commit is contained in:
adisbladis 2018-02-28 18:30:06 +08:00 committed by GitHub
commit 03e90fea9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
buildGoPackage rec {
name = "teleport-${version}";
version = "2.4.0";
version = "2.4.1";
# This repo has a private submodule "e" which fetchgit cannot handle without failing.
src = fetchFromGitHub {
owner = "gravitational";
repo = "teleport";
rev = "v${version}";
sha256 = "1x4xnqjyb87pzmn2c59fwmzfx1f2k0xhqn2xgki3722qmj2ss846";
sha256 = "09kmlihv4aqc39f9cyv2vm0kqgdf9vmdrgds5krnzqdgy3svyg7y";
};
goPackagePath = "github.com/gravitational/teleport";