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:
parent
26cce54d88
commit
5fc73fd52e
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ip2unix-${version}";
|
name = "ip2unix-${version}";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nixcloud";
|
owner = "nixcloud";
|
||||||
repo = "ip2unix";
|
repo = "ip2unix";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1s6gyrrzgifr6gagcw4vx9xznxvdl14y14r0d1xc72j69b00zc4q";
|
sha256 = "11scvwbnwivvsp2c9vfwzgmd3gprnhj9y170594bc3iisbdlj69k";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user