ip2unix: 1.0.0 -> 1.1.0

Upstream fixes:

  * Prevent closing file descriptors passed by systemd.

New upstream features:

  * Allow to specify port ranges.

Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
aszlig 2018-11-07 09:42:17 +01:00
parent 26cce54d88
commit 5fc73fd52e
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "ip2unix-${version}";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "nixcloud";
repo = "ip2unix";
rev = "v${version}";
sha256 = "1s6gyrrzgifr6gagcw4vx9xznxvdl14y14r0d1xc72j69b00zc4q";
sha256 = "11scvwbnwivvsp2c9vfwzgmd3gprnhj9y170594bc3iisbdlj69k";
};
nativeBuildInputs = [