Skip to content

Commit 21b29eb

Browse files
r-ryantmEmery Hemingway
authored andcommitted
libtoxcore: 0.2.19 -> 0.2.20
1 parent 5af0e37 commit 21b29eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libtoxcore/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
let buildToxAV = !stdenv.hostPlatform.isAarch32;
1515
in stdenv.mkDerivation rec {
1616
pname = "libtoxcore";
17-
version = "0.2.19";
17+
version = "0.2.20";
1818

1919
src =
2020
# We need the prepared sources tarball.
2121
fetchurl {
2222
url =
2323
"https://github.com/TokTok/c-toxcore/releases/download/v${version}/c-toxcore-${version}.tar.gz";
24-
hash = "sha256-i0GPZHDbCFz1mpkVaFYTVWVW3yv0JxSPGBS3sRhihZQ=";
24+
hash = "sha256-qciaja6nRdU+XXjnqsuZx7R5LEQApaaccSOPRdYWT0w=";
2525
};
2626

2727
cmakeFlags = [

0 commit comments

Comments
 (0)