mosh: 1.3.0 -> 1.3.2
This commit is contained in:
parent
f0ff1224f7
commit
0f14dcc189
@ -2,11 +2,11 @@
|
|||||||
, makeWrapper, perl, openssl, autoreconfHook, openssh }:
|
, makeWrapper, perl, openssl, autoreconfHook, openssh }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mosh-1.3.0";
|
name = "mosh-1.3.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://mosh.org/${name}.tar.gz";
|
url = "https://mosh.org/${name}.tar.gz";
|
||||||
sha256 = "0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij";
|
sha256 = "05hjhlp6lk8yjcy59zywpf0r6s0h0b9zxq0lw66dh9x8vxrhaq6s";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
|
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user