mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
mosh: 1.2.6 -> 1.3.0
Release announcement is available at http://mailman.mit.edu/pipermail/mosh-users/2017-March/000341.html.
This commit is contained in:
parent
572fd3de58
commit
bc4e30a12b
|
@ -2,11 +2,11 @@
|
||||||
, makeWrapper, perl, openssl, autoreconfHook, openssh }:
|
, makeWrapper, perl, openssl, autoreconfHook, openssh }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mosh-1.2.6";
|
name = "mosh-1.3.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://mosh.org/${name}.tar.gz";
|
url = "https://mosh.org/${name}.tar.gz";
|
||||||
sha256 = "118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky";
|
sha256 = "0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
|
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
|
||||||
|
|
Loading…
Reference in a new issue