socat: 1.7.3.3 -> 1.7.3.4
This commit is contained in:
parent
b48e761b2c
commit
75a9868dbe
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, openssl, readline, which, nettools }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "socat-1.7.3.3";
|
||||
name = "socat-1.7.3.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.dest-unreach.org/socat/download/${name}.tar.bz2";
|
||||
sha256 = "0jnhjijyq74g3wa4ph0am83z6vq7qna7ac0xqjma8s4197z3zmhd";
|
||||
sha256 = "1z7xgnwiqpcv1j6aghhj9nqbx7cg3gpc4n9j7vi9hm7nhv5788wp";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optional stdenv.isDarwin ./speed-type-fix.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user