Updating socat

svn path=/nixpkgs/trunk/; revision=15538
This commit is contained in:
Michael Raskin 2009-05-10 20:10:12 +00:00
parent 50d7f81d1d
commit 9eff5ac580

View File

@ -2,8 +2,8 @@ args : with args;
rec {
src = /* Here a fetchurl expression goes */
fetchurl {
url = http://www.dest-unreach.org/socat/download/socat-2.0.0-b1.tar.bz2;
sha256 = "0ybd5fw22icl10r33k987rskh9gvysm1jph90a1pfdjj57cy44fk";
url = http://www.dest-unreach.org/socat/download/socat-2.0.0-b3.tar.bz2;
sha256 = "0p4v8m898dzcardsw02xdda3y3b1rky7v956rm27x43783w5qmsx";
};
buildInputs = [openssl];