Skip to content

Commit

Permalink
libtoxcore: 0.1.10 -> 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Dec 31, 2017
1 parent a341448 commit 11bdc1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/libtoxcore/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "libtoxcore-${version}";
version = "0.1.10";
version = "0.1.11";

src = fetchFromGitHub {
owner = "TokTok";
repo = "c-toxcore";
rev = "v${version}";
sha256 = "1d3f7lnlxra2lhih838bvlahxqv50j35g9kfyzspq971sb5z30mv";
sha256 = "1fya5gfiwlpk6fxhalv95n945ymvp2iidiyksrjw1xw95fzsp1ij";
};

cmakeFlags = [
Expand Down Expand Up @@ -37,7 +37,8 @@ stdenv.mkDerivation rec {
doCheck = true;

meta = with stdenv.lib; {
description = "P2P FOSS instant messaging application aimed to replace Skype with crypto";
description = "P2P FOSS instant messaging application aimed to replace Skype";
homepage = https://tox.chat;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.all;
Expand Down

0 comments on commit 11bdc1d

Please sign in to comment.