Merge pull request #70569 from sigma/pr/teleport-4.1.0

teleport: 4.0.4 -> 4.1.0
This commit is contained in:
Robin Gloster 2019-10-16 00:21:59 +02:00 committed by GitHub
commit ab5b22b873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
buildGoPackage rec { buildGoPackage rec {
pname = "teleport"; pname = "teleport";
version = "4.0.4"; version = "4.1.0";
# This repo has a private submodule "e" which fetchgit cannot handle without failing. # This repo has a private submodule "e" which fetchgit cannot handle without failing.
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gravitational"; owner = "gravitational";
repo = "teleport"; repo = "teleport";
rev = "v${version}"; rev = "v${version}";
sha256 = "1ady9nh1mi1lb9a868w6ylncz2r6x7mk33ajiymn2frpcwk9m2l9"; sha256 = "1yj4z9lzvwvv566d8c4351xj23vmw8zh9scx87dlf0qzqxri91wk";
}; };
goPackagePath = "github.com/gravitational/teleport"; goPackagePath = "github.com/gravitational/teleport";
@ -35,7 +35,7 @@ buildGoPackage rec {
description = "A SSH CA management suite"; description = "A SSH CA management suite";
homepage = "https://gravitational.com/teleport/"; homepage = "https://gravitational.com/teleport/";
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
maintainers = [ stdenv.lib.maintainers.tomberek ]; maintainers = with stdenv.lib.maintainers; [ sigma tomberek ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
}; };
} }