socat: update from 1.7.2.3 to 1.7.2.4
This commit is contained in:
parent
0ffbfd38bf
commit
e585d65b49
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A utility for bidirectional data transfer between two independent data channels";
|
description = "A utility for bidirectional data transfer between two independent data channels";
|
||||||
homepage = http://www.dest-unreach.org/socat/;
|
homepage = http://www.dest-unreach.org/socat/;
|
||||||
|
repositories.git = git://repo.or.cz/socat.git;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = stdenv.lib.maintainers.eelco;
|
maintainers = stdenv.lib.maintainers.eelco;
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, openssl }:
|
{ stdenv, fetchurl, openssl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "socat-1.7.2.3";
|
name = "socat-1.7.2.4";
|
||||||
|
|
||||||
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 = "1l5ajqwfpxy35mvqlihzncmfngn61k7in51wkvd8q4vvmxaar605";
|
sha256 = "028yjka2zr6j1i8pmfmvzqki8ajczdl1hnry1x31xbbg3j83jxsb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A utility for bidirectional data transfer between two independent data channels";
|
description = "A utility for bidirectional data transfer between two independent data channels";
|
||||||
homepage = http://www.dest-unreach.org/socat/;
|
homepage = http://www.dest-unreach.org/socat/;
|
||||||
|
repositories.git = git://repo.or.cz/socat.git;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = stdenv.lib.maintainers.eelco;
|
maintainers = stdenv.lib.maintainers.eelco;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user