teleport: 6.2.3 -> 6.2.5

launchpad/nixpkgs/master
Yurii Matsiuk 3 years ago
parent 14afd6e5f9
commit d2db3b84df
No known key found for this signature in database
GPG Key ID: 61302290298601AA
  1. 8
      pkgs/servers/teleport/default.nix

@ -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;

Loading…
Cancel
Save