Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ip2unix: 2.0.1 -> 2.0.2

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().

The reason I didn't cherry-pick this from master is because the version
there is version 2.1.x and I'd like to only backport fixes to NixOS
stable branches, so I released version 2.0.2 upstream specifically for
this.

Signed-off-by: aszlig <aszlig@nix.build>

aszlig 021d733e 7ba2943d

+2 -2
+2 -2
pkgs/tools/networking/ip2unix/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 name = "ip2unix-${version}"; 8 - version = "2.0.1"; 9 10 src = fetchFromGitHub { 11 owner = "nixcloud"; 12 repo = "ip2unix"; 13 rev = "v${version}"; 14 - sha256 = "1x2nfv15a1hg8vrw5vh8fqady12v9hfrb4p3cfg0ybx52y0xs48a"; 15 }; 16 17 nativeBuildInputs = [
··· 5 6 stdenv.mkDerivation rec { 7 name = "ip2unix-${version}"; 8 + version = "2.0.2"; 9 10 src = fetchFromGitHub { 11 owner = "nixcloud"; 12 repo = "ip2unix"; 13 rev = "v${version}"; 14 + sha256 = "1wpcp4dym9xgg9n3h3w27il0xiv7y7zvzz65g8z9wax51qysch0d"; 15 }; 16 17 nativeBuildInputs = [