about summary refs log tree commit diff
path: root/pkgs/tools/misc/tmate
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 23:24:12 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-05 23:24:12 -0700
commit4f267d2ca49a5b3a252df4379434c4d35619bed0 (patch)
tree4a54abe6eb79f2478ca2e5108a339dc43c311f98 /pkgs/tools/misc/tmate
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
tmate: 2.2.1 -> 2.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tmate/versions
Diffstat (limited to 'pkgs/tools/misc/tmate')
-rw-r--r--pkgs/tools/misc/tmate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tmate/default.nix b/pkgs/tools/misc/tmate/default.nix
index f5e1d69a03919..c87fe8bf446c6 100644
--- a/pkgs/tools/misc/tmate/default.nix
+++ b/pkgs/tools/misc/tmate/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "tmate-${version}";
-  version = "2.2.1";
+  version = "2.3.0";
 
   src = fetchFromGitHub {
     owner  = "tmate-io";
     repo   = "tmate";
     rev    = version;
-    sha256 = "0pfl9vrswzim9ydi1n652h3rax2zrmy6sqkp0r09yy3lw83h4y1r";
+    sha256 = "0fwqhmkp1jfp8qk7497ws3nzvly7p06mv04z8z0qicn6a961v1sa";
   };
 
   dontUseCmakeConfigure = true;