* socat updated to 1.7.1.2.
svn path=/nixpkgs/trunk/; revision=22252
This commit is contained in:
parent
cc27927f8a
commit
b88adf69c3
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, fetchurl, openssl }:
|
{ stdenv, fetchurl, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "socat-1.7.1.1";
|
name = "socat-1.7.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.dest-unreach.org/socat/download/${name}.tar.bz2";
|
url = "http://www.dest-unreach.org/socat/download/${name}.tar.bz2";
|
||||||
sha256 = "055a57lv2rgr6jvb76444ywhfbg9bzc9hainyk5d4cbpb4ws3pxv";
|
sha256 = "0rz12l36id4sfzbr2mpral1ddcqgm71al0snh14smg8l94amnfgp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [openssl];
|
buildInputs = [ openssl ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Socat - a different replacement for netcat";
|
description = "Socat - a different replacement for netcat";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user