communi: 2016-08-17 -> 3.5.0

This commit is contained in:
Jörg Thalheim 2017-08-29 11:45:39 +01:00
parent 5ad107de5d
commit 0d35ce240d
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "communi-${version}"; name = "communi-${version}";
version = "2016-08-19"; version = "3.5.0";
src = fetchgit { src = fetchgit {
url = "https://github.com/communi/communi-desktop.git"; url = "https://github.com/communi/communi-desktop.git";
rev = "d516b01b1382a805de65f21f3475e0a8e64a97b5"; rev = "v${version}";
sha256 = "1pn7mr7ch1ck5qv9zdn3ril40c9kk6l04475564rpzf11jly76an"; sha256 = "10grskhczh8601s90ikdsbjabgr9ypcp2j7vivjkl456rmg6xbji";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
''; '';
preFixup = '' preFixup = ''
patchelf --set-rpath "$out/lib:$(patchelf --print-rpath $out/bin/.communi-wrapped)" $out/bin/.communi-wrapped rm -rf lib
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {