mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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 }:
|
||||
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue