Skip to content

Commit 0f14dcc

Browse files
mimadridglobin
mimadrid
authored andcommittedJul 30, 2017
mosh: 1.3.0 -> 1.3.2
1 parent f0ff122 commit 0f14dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/networking/mosh/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
, makeWrapper, perl, openssl, autoreconfHook, openssh }:
33

44
stdenv.mkDerivation rec {
5-
name = "mosh-1.3.0";
5+
name = "mosh-1.3.2";
66

77
src = fetchurl {
88
url = "https://mosh.org/${name}.tar.gz";
9-
sha256 = "0xikz40q873g9ihvz3x6bwkcb9hb8kcnp5wpcmb72pg5c7s143ij";
9+
sha256 = "05hjhlp6lk8yjcy59zywpf0r6s0h0b9zxq0lw66dh9x8vxrhaq6s";
1010
};
1111

1212
buildInputs = [ autoreconfHook protobuf ncurses zlib pkgconfig IOTty makeWrapper perl openssl ];

0 commit comments

Comments
 (0)
Please sign in to comment.