summary refs log tree commit diff
path: root/pkgs/tools/networking/mosh
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:38:44 -0400
committerAneesh Agrawal <aneeshusa@gmail.com>2017-05-02 19:39:25 -0400
commitbc4e30a12b1eb3cdf94e4b921978af71e31cef23 (patch)
tree59435392674aa02ecc0ec907cf02c5215e60a28d /pkgs/tools/networking/mosh
parent572fd3de58f39b17029de857b7023d50be0cc6fb (diff)
downloadnixpkgs-bc4e30a12b1eb3cdf94e4b921978af71e31cef23.tar
nixpkgs-bc4e30a12b1eb3cdf94e4b921978af71e31cef23.tar.gz
nixpkgs-bc4e30a12b1eb3cdf94e4b921978af71e31cef23.tar.bz2
nixpkgs-bc4e30a12b1eb3cdf94e4b921978af71e31cef23.tar.lz
nixpkgs-bc4e30a12b1eb3cdf94e4b921978af71e31cef23.tar.xz
nixpkgs-bc4e30a12b1eb3cdf94e4b921978af71e31cef23.tar.zst
nixpkgs-bc4e30a12b1eb3cdf94e4b921978af71e31cef23.zip
mosh: 1.2.6 -> 1.3.0
Release announcement is available at
http://mailman.mit.edu/pipermail/mosh-users/2017-March/000341.html.
Diffstat (limited to 'pkgs/tools/networking/mosh')
-rw-r--r--pkgs/tools/networking/mosh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/mosh/default.nix b/pkgs/tools/networking/mosh/default.nix
index 7ef00197118..5f3975a1df8 100644
--- a/pkgs/tools/networking/mosh/default.nix
+++ b/pkgs/tools/networking/mosh/default.nix
@@ -2,11 +2,11 @@
 , makeWrapper, perl, openssl, autoreconfHook, openssh }:
 
 stdenv.mkDerivation rec {
-  name = "mosh-1.2.6";
+  name = "mosh-1.3.0";
 
   src = fetchurl {
     url = "https://mosh.org/${name}.tar.gz";
-    sha256 = "118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky";
+    sha256 = "0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij";
   };
 
   buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];