ip2unix: 2.1.3 -> 2.1.4
Upstream changes: * Fix ordering between systemd socket file descriptor names and rules. * Fix usage of C library path as discovered by Meson. Signed-off-by: aszlig <aszlig@nix.build> (cherry picked from commit 8b7f8e2e6970f21d9f180887b91c979b41450fe8)
This commit is contained in:
parent
8b5fcedfc9
commit
9376bf7b34
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ip2unix";
|
pname = "ip2unix";
|
||||||
version = "2.1.3";
|
version = "2.1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nixcloud";
|
owner = "nixcloud";
|
||||||
repo = "ip2unix";
|
repo = "ip2unix";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19c449h60b2m1d8kawnhpi4y9y4ddm24jmlh8kilqmx8m5l2khr6";
|
sha256 = "1pl8ayadxb0zzh5s26yschkjhr1xffbzzv347m88f9y0jv34d24r";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue