communi: 2016-08-17 -> 3.5.0

+4 -4
+4 -4
pkgs/applications/networking/irc/communi/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "communi-${version}"; 5 - version = "2016-08-19"; 5 + version = "3.5.0"; 6 6 7 7 src = fetchgit { 8 8 url = "https://github.com/communi/communi-desktop.git"; 9 - rev = "d516b01b1382a805de65f21f3475e0a8e64a97b5"; 10 - sha256 = "1pn7mr7ch1ck5qv9zdn3ril40c9kk6l04475564rpzf11jly76an"; 9 + rev = "v${version}"; 10 + sha256 = "10grskhczh8601s90ikdsbjabgr9ypcp2j7vivjkl456rmg6xbji"; 11 11 fetchSubmodules = true; 12 12 }; 13 13 ··· 35 35 ''; 36 36 37 37 preFixup = '' 38 - patchelf --set-rpath "$out/lib:$(patchelf --print-rpath $out/bin/.communi-wrapped)" $out/bin/.communi-wrapped 38 + rm -rf lib 39 39 ''; 40 40 41 41 meta = with stdenv.lib; {