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:
parent
282041fb7b
commit
fcf2d5745e
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ip2unix-${version}";
|
name = "ip2unix-${version}";
|
||||||
version = "2.0.1";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nixcloud";
|
owner = "nixcloud";
|
||||||
repo = "ip2unix";
|
repo = "ip2unix";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1x2nfv15a1hg8vrw5vh8fqady12v9hfrb4p3cfg0ybx52y0xs48a";
|
sha256 = "1hbc7csicgza1w43aq1q189w8gzwkc2v5mxpnhaiwggwsa5vvkl0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue