libtoxcore: 0.2.19 -> 0.2.20

This commit is contained in:
R. Ryantm
2024-11-11 15:51:07 +00:00
committed by Emery Hemingway
parent 5af0e374e7
commit 21b29ebe86

View File

@@ -14,14 +14,14 @@
let buildToxAV = !stdenv.hostPlatform.isAarch32;
in stdenv.mkDerivation rec {
pname = "libtoxcore";
version = "0.2.19";
version = "0.2.20";
src =
# We need the prepared sources tarball.
fetchurl {
url =
"https://github.com/TokTok/c-toxcore/releases/download/v${version}/c-toxcore-${version}.tar.gz";
hash = "sha256-i0GPZHDbCFz1mpkVaFYTVWVW3yv0JxSPGBS3sRhihZQ=";
hash = "sha256-qciaja6nRdU+XXjnqsuZx7R5LEQApaaccSOPRdYWT0w=";
};
cmakeFlags = [