teleport: 6.2.3 -> 6.2.5

This commit is contained in:
Yurii Matsiuk 2021-06-21 20:29:43 +02:00
parent 14afd6e5f9
commit d2db3b84df
No known key found for this signature in database
GPG key ID: 61302290298601AA

View file

@ -4,21 +4,21 @@ let
webassets = fetchFromGitHub {
owner = "gravitational";
repo = "webassets";
rev = "8c2812c169fa6bd5f31c13160bd93ef8b317bbc9";
sha256 = "sha256-O+H8N1yqQiH645mgXeSc330GRmxF+gxiJJ5iYn65Z6Q=";
rev = "8a30ee4e3570c7db0566028b6b562167aa40f646";
sha256 = "sha256-noMVcB1cjiMcRke6/qJIzDaEh4uPIewsedLQRdPbzIQ=";
};
in
buildGoModule rec {
pname = "teleport";
version = "6.2.3";
version = "6.2.5";
# This repo has a private submodule "e" which fetchgit cannot handle without failing.
src = fetchFromGitHub {
owner = "gravitational";
repo = "teleport";
rev = "v${version}";
sha256 = "sha256-3syl1a2ui8/aTgCvihuhg575Df31loOXuENBNJG3nR0=";
sha256 = "sha256-OBo1TWN7KxI7DAUcRLwXXQjErhhgpLBrJBR55ewKiYw=";
};
vendorSha256 = null;