ip2unix: 2.0.1 -> 2.1.0

Upstream changes:

  * Support AF_INET and AF_INET6 sockets for systemd socket activation.

This basically makes ip2unix generally usable for turning any (not
statically linked) application into systemd socket activated services.

Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
aszlig 2019-06-21 05:17:13 +02:00
parent 282041fb7b
commit fcf2d5745e
No known key found for this signature in database
GPG Key ID: 684089CE67EBB691

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "ip2unix-${version}";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "nixcloud";
repo = "ip2unix";
rev = "v${version}";
sha256 = "1x2nfv15a1hg8vrw5vh8fqady12v9hfrb4p3cfg0ybx52y0xs48a";
sha256 = "1hbc7csicgza1w43aq1q189w8gzwkc2v5mxpnhaiwggwsa5vvkl0";
};
nativeBuildInputs = [