teleport: 4.2.10 -> 4.2.11

gstqt5
R. RyanTM 2020-07-02 20:06:12 +00:00 committed by Jon
parent fa0ca41dce
commit 2fed8df61d
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
buildGoPackage rec {
pname = "teleport";
version = "4.2.10";
version = "4.2.11";
# This repo has a private submodule "e" which fetchgit cannot handle without failing.
src = fetchFromGitHub {
owner = "gravitational";
repo = "teleport";
rev = "v${version}";
sha256 = "0y6qih4m8snzfj8ddbcfqx0cz4ric0i5vgz0rgqp6wpi2arwysnn";
sha256 = "00mkh6rmdgwwhbk3jmxgwl0aisnnqw6q6i5zl1hn69hvdny9liii";
};
goPackagePath = "github.com/gravitational/teleport";