Skip to content

Commit

Permalink
teleport: 6.2.5 -> 6.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jul 3, 2021
1 parent 4ba0ccc commit 7b58fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/teleport/default.nix
Expand Up @@ -11,14 +11,14 @@ in

buildGoModule rec {
pname = "teleport";
version = "6.2.5";
version = "6.2.7";

# This repo has a private submodule "e" which fetchgit cannot handle without failing.
src = fetchFromGitHub {
owner = "gravitational";
repo = "teleport";
rev = "v${version}";
sha256 = "sha256-OBo1TWN7KxI7DAUcRLwXXQjErhhgpLBrJBR55ewKiYw=";
sha256 = "0ychs2pqi3awbr0vraz0ksddwk5hihrd1d9raq8mxyw5dz5124ki";
};

vendorSha256 = null;
Expand Down

0 comments on commit 7b58fcf

Please sign in to comment.