teleport: 7.0.3 -> 7.1.0

This commit is contained in:
R. RyanTM 2021-09-14 00:14:25 +00:00 committed by tomberek
parent bcd607489d
commit 6875f62e49

View file

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