Merge pull request #138076 from r-ryantm/auto-update/teleport

teleport: 7.1.0 -> 7.1.2
This commit is contained in:
Artturi 2021-09-20 07:16:44 +03:00 committed by GitHub
commit 014d4d9a8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@ let
in
buildGoModule rec {
pname = "teleport";
version = "7.1.0";
version = "7.1.2";
# This repo has a private submodule "e" which fetchgit cannot handle without failing.
src = fetchFromGitHub {
owner = "gravitational";
repo = "teleport";
rev = "v${version}";
sha256 = "sha256-4kXI/eOrgJQYt4D/S709bUt+x5cGiFGAOP0VEoSgIsM=";
sha256 = "sha256-1/Dmh7jTlGg3CqNZDFNIT8/OvgzkHG2m6Qs0ya4IM18=";
};
vendorSha256 = null;