mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mosh-1.3.0";
|
||||
name = "mosh-1.3.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://mosh.org/${name}.tar.gz";
|
||||
sha256 = "0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij";
|
||||
sha256 = "05hjhlp6lk8yjcy59zywpf0r6s0h0b9zxq0lw66dh9x8vxrhaq6s";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];
|
||||
|
Loading…
Reference in New Issue
Block a user