Skip to content

Commit

Permalink
libtoxcore: 0.1.7 -> 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed May 7, 2017
1 parent 1daa8ad commit 0eac38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libtoxcore/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "libtoxcore-${version}";
version = "0.1.7";
version = "0.1.8";

src = fetchFromGitHub {
owner = "TokTok";
repo = "c-toxcore";
rev = "v${version}";
sha256 = "11lqq825id174xdjxm0cy5dbyvmdy841hjy9q3l51yiya9f82d5b";
sha256 = "08vdq3j60wn62lj2z9f3f47hibns93rvaqx5xc5bm3nglk70q7kk";
};

cmakeFlags = [
Expand Down

0 comments on commit 0eac38c

Please sign in to comment.