mosh: 1.2.5 -> 1.2.6 (#17939)
This commit is contained in:
parent
dba09fa471
commit
04d7056514
@ -2,30 +2,21 @@
|
|||||||
, makeWrapper, perl, openssl, autoreconfHook, fetchpatch }:
|
, makeWrapper, perl, openssl, autoreconfHook, fetchpatch }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mosh-1.2.5";
|
name = "mosh-1.2.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://mosh.mit.edu/${name}.tar.gz";
|
url = "https://mosh.org/${name}.tar.gz";
|
||||||
sha256 = "1qsb0y882yfgwnpy6f98pi5xqm6kykdsrxzvaal37hs7szjhky0s";
|
sha256 = "118fhpm754wpklf1blnlq5xbvrxqml6rdfs3b07wg666zkxvg0ky";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
|
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
|
||||||
|
|
||||||
patches = [
|
|
||||||
# remove automake detection macro patch on next release as it is already on mosh master
|
|
||||||
(fetchpatch {
|
|
||||||
name = "fix_automake_detection_macro.patch";
|
|
||||||
url = "https://github.com/mobile-shell/mosh/commit/a47917b97606a03f6bbf0cafd1fcd495b0229790.patch";
|
|
||||||
sha256 = "0ib200ffvbnns125xd58947fyxdx31m06rmnzqmxpxcnjza7k404";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapProgram $out/bin/mosh --prefix PERL5LIB : $PERL5LIB
|
wrapProgram $out/bin/mosh --prefix PERL5LIB : $PERL5LIB
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://mosh.mit.edu/;
|
homepage = https://mosh.org/;
|
||||||
description = "Mobile shell (ssh replacement)";
|
description = "Mobile shell (ssh replacement)";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Remote terminal application that allows roaming, supports intermittent
|
Remote terminal application that allows roaming, supports intermittent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user