ip2unix: 1.1.0 -> 1.1.1

Upstream fixes:

  * Don't unlink target socket path if connect is used after bind.

Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
aszlig 2018-11-07 18:21:07 +01:00
parent c5e8ae3f0b
commit 1d0517ddb3
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.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "nixcloud";
repo = "ip2unix";
rev = "v${version}";
sha256 = "11scvwbnwivvsp2c9vfwzgmd3gprnhj9y170594bc3iisbdlj69k";
sha256 = "0lw4f1p1frfpf5l7faqdd80d6pi9g5sx7g3wpmig9sa50k6pmc0v";
};
nativeBuildInputs = [