From 0d35ce240db07cd7ba411120e27dfb2b5f2da50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 29 Aug 2017 11:45:39 +0100 Subject: [PATCH] communi: 2016-08-17 -> 3.5.0 --- pkgs/applications/networking/irc/communi/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/irc/communi/default.nix b/pkgs/applications/networking/irc/communi/default.nix index 9bfdd8408da..25e5a61f272 100644 --- a/pkgs/applications/networking/irc/communi/default.nix +++ b/pkgs/applications/networking/irc/communi/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { name = "communi-${version}"; - version = "2016-08-19"; + version = "3.5.0"; src = fetchgit { url = "https://github.com/communi/communi-desktop.git"; - rev = "d516b01b1382a805de65f21f3475e0a8e64a97b5"; - sha256 = "1pn7mr7ch1ck5qv9zdn3ril40c9kk6l04475564rpzf11jly76an"; + rev = "v${version}"; + sha256 = "10grskhczh8601s90ikdsbjabgr9ypcp2j7vivjkl456rmg6xbji"; fetchSubmodules = true; }; @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { ''; preFixup = '' - patchelf --set-rpath "$out/lib:$(patchelf --print-rpath $out/bin/.communi-wrapped)" $out/bin/.communi-wrapped + rm -rf lib ''; meta = with stdenv.lib; {