From fcf2d5745e80b3dd01a80084afceb1a44929ea6e Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 21 Jun 2019 05:17:13 +0200 Subject: [PATCH] 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 --- pkgs/tools/networking/ip2unix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/ip2unix/default.nix b/pkgs/tools/networking/ip2unix/default.nix index e85cfb52553..549461fe5d0 100644 --- a/pkgs/tools/networking/ip2unix/default.nix +++ b/pkgs/tools/networking/ip2unix/default.nix @@ -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 = [