Skip to content

Commit 0eac38c

Browse files
committedMay 7, 2017
libtoxcore: 0.1.7 -> 0.1.8
1 parent 1daa8ad commit 0eac38c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/libtoxcore/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
stdenv.mkDerivation rec {
55
name = "libtoxcore-${version}";
6-
version = "0.1.7";
6+
version = "0.1.8";
77

88
src = fetchFromGitHub {
99
owner = "TokTok";
1010
repo = "c-toxcore";
1111
rev = "v${version}";
12-
sha256 = "11lqq825id174xdjxm0cy5dbyvmdy841hjy9q3l51yiya9f82d5b";
12+
sha256 = "08vdq3j60wn62lj2z9f3f47hibns93rvaqx5xc5bm3nglk70q7kk";
1313
};
1414

1515
cmakeFlags = [

0 commit comments

Comments
 (0)
Please sign in to comment.