teleport: 7.1.2 -> 7.1.3

This commit is contained in:
Fabian Affolter 2021-09-24 12:09:31 +02:00
parent 47a6bd2f76
commit 1574f8ceca

View File

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