lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updating tox to master

+6 -6
+3 -3
pkgs/applications/networking/instant-messengers/toxic/default.nix
··· 2 2 , libtoxcore, pkgconfig }: 3 3 4 4 let 5 - version = "75d356e52a"; 6 - date = "20131011"; 5 + version = "5570b7c98aa"; 6 + date = "20131112"; 7 7 in 8 8 stdenv.mkDerivation rec { 9 9 name = "toxic-${date}-${version}"; ··· 11 11 src = fetchurl { 12 12 url = "https://github.com/Tox/toxic/tarball/${version}"; 13 13 name = "${name}.tar.gz"; 14 - sha256 = "14wyvms8l07sl88g8y6g2jv95sq7cnhbaqf4n32xxilch8rymq47"; 14 + sha256 = "02jfdp10qcw4w62qpra59m9yzzk7a3k2nypkbq5q7ydksbqlx8sj"; 15 15 }; 16 16 17 17 preConfigure = ''
+3 -3
pkgs/development/libraries/libtoxcore/default.nix
··· 2 2 , libconfig, pkgconfig }: 3 3 4 4 let 5 - version = "31f5d7a8ab"; 6 - date = "20131011"; 5 + version = "18c98eb"; 6 + date = "20131112"; 7 7 in 8 8 stdenv.mkDerivation rec { 9 9 name = "tox-core-${date}-${version}"; ··· 11 11 src = fetchurl { 12 12 url = "https://github.com/irungentoo/ProjectTox-Core/tarball/${version}"; 13 13 name = "${name}.tar.gz"; 14 - sha256 = "0frz8ylvi33i7zkiz3hp28ylqg4c3ffrbc2m3ibb4zv9rwfzf77r"; 14 + sha256 = "1g69fz9aspzsrlzlk6fpmjyyhb38v8mmp25nszlbra17n3f209yh"; 15 15 }; 16 16 17 17 preConfigure = ''