ip2unix: 2.1.0 -> 2.1.1
This is just a small bugfix release (essentially adds two lines of code) which fixes a segfault if using with a program that doesn't pass a sockaddr buffer to accept() or accept4(). Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
parent
fac7453117
commit
d69bc56e69
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ip2unix";
|
pname = "ip2unix";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nixcloud";
|
owner = "nixcloud";
|
||||||
repo = "ip2unix";
|
repo = "ip2unix";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1hbc7csicgza1w43aq1q189w8gzwkc2v5mxpnhaiwggwsa5vvkl0";
|
sha256 = "121ygj50i7ja9bv76y51qsjbjmmydhpi0sd3xb6pysmlzv0bxn17";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user