teleport: 4.0.4 -> 4.1.0

This commit is contained in:
Yann Hodique 2019-10-06 21:21:53 -07:00
parent 837cc0767d
commit b8a5f7fd9e

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;
}; };
} }