Merge pull request #25471 from aneeshusa/update-mosh-to-1.3.0
mosh: 1.2.6 -> 1.3.0
This commit is contained in:
commit
c5a5ac1ef7
@ -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…
x
Reference in New Issue
Block a user