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-10-24 09:49:35 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-24 18:30:24 -0700
commitb4658834aa34d20a86e29b03436c0751ba042ee5 (patch)
tree3179ecc87e2eb854506f568aa0adafe69ab391a6 /pkgs/tools/misc/tmate
parent34204f8e1f946f10f9a8c33647fbecc0e8df193c (diff)
tmate: 2.3.0 -> 2.3.1
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 420692c070c78..9cc083e225f96 100644
--- a/pkgs/tools/misc/tmate/default.nix
+++ b/pkgs/tools/misc/tmate/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tmate";
-  version = "2.3.0";
+  version = "2.3.1";
 
   src = fetchFromGitHub {
     owner  = "tmate-io";
     repo   = "tmate";
     rev    = version;
-    sha256 = "0fwqhmkp1jfp8qk7497ws3nzvly7p06mv04z8z0qicn6a961v1sa";
+    sha256 = "183rvga8nvh9r7p8104vwcmzp3vrfdhnx73vh06m2fgdq9i5rz3l";
   };
 
   dontUseCmakeConfigure = true;