about summary refs log tree commit diff
path: root/pkgs/tools/networking/ip2unix/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2020-05-27 05:58:03 +0200
committeraszlig <aszlig@nix.build>2020-05-27 05:58:03 +0200
commitb51d39fbe44fc5c7c6fdb934c6e7de82127adfdf (patch)
treeb21ccb4d0268b204cba586f89063784f706a3048 /pkgs/tools/networking/ip2unix/default.nix
parent260b2af29281cfc1e5d2ea7ae8dbb1e38a16e896 (diff)
ip2unix: 2.1.1 -> 2.1.2
This fixes the issues with glibc 2.30, which were caused because glibc
no longer allows to dlopen/LD_PRELOAD a PIE executable.

So this release is essentially just a hotfix release which addresses
this issue by splitting the executable and library.

Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: @zimbatm
Diffstat (limited to 'pkgs/tools/networking/ip2unix/default.nix')
-rw-r--r--pkgs/tools/networking/ip2unix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/ip2unix/default.nix b/pkgs/tools/networking/ip2unix/default.nix
index 83a6ea4b24342..1d4a6a5545f6a 100644
--- a/pkgs/tools/networking/ip2unix/default.nix
+++ b/pkgs/tools/networking/ip2unix/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "ip2unix";
-  version = "2.1.1";
+  version = "2.1.2";
 
   src = fetchFromGitHub {
     owner = "nixcloud";
     repo = "ip2unix";
     rev = "v${version}";
-    sha256 = "121ygj50i7ja9bv76y51qsjbjmmydhpi0sd3xb6pysmlzv0bxn17";
+    sha256 = "1ci0k3zy3hjkg65ah5h75mfvrd578xf2z1449xmgjm3iz3d6kqs2";
   };
 
   nativeBuildInputs = [