summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2017-03-05 21:53:45 +0100
committerGitHub <noreply@github.com>2017-03-05 21:53:45 +0100
commitcf7afad1b6ce1e5896c444f9a2a639304dd3f0a5 (patch)
tree3f1b0d9ad87a55d4b9b348dab595426565b5a20d /pkgs/tools
parent1539d94a7395bdeb0b28b91282e78971387f8200 (diff)
parent2ea14b1b83d6d07a0f422a5a64dcf6f43e171011 (diff)
Merge pull request #23326 from manveru/tmate-2-2-1
tmate: 2.2.0 -> 2.2.1
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/tmate/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/tmate/default.nix b/pkgs/tools/misc/tmate/default.nix
index baadd6f30646..f02c41484818 100644
--- a/pkgs/tools/misc/tmate/default.nix
+++ b/pkgs/tools/misc/tmate/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "tmate-${version}";
- version = "2.2.0";
+ version = "2.2.1";
src = fetchFromGitHub {
- owner = "nviennot";
+ owner = "tmate-io";
repo = "tmate";
rev = version;
- sha256 = "1w3a7na0yj1y0x24qckc7s2y9xfak5iv6vyqrd0iibn3b7dxarli";
+ sha256 = "0pfl9vrswzim9ydi1n652h3rax2zrmy6sqkp0r09yy3lw83h4y1r";
};
buildInputs = [ autoconf automake pkgconfig libtool zlib openssl libevent ncurses cmake ruby libmsgpack libssh ];