We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af0e37 commit 21b29ebCopy full SHA for 21b29eb
pkgs/by-name/li/libtoxcore/package.nix
@@ -14,14 +14,14 @@
14
let buildToxAV = !stdenv.hostPlatform.isAarch32;
15
in stdenv.mkDerivation rec {
16
pname = "libtoxcore";
17
- version = "0.2.19";
+ version = "0.2.20";
18
19
src =
20
# We need the prepared sources tarball.
21
fetchurl {
22
url =
23
"https://github.com/TokTok/c-toxcore/releases/download/v${version}/c-toxcore-${version}.tar.gz";
24
- hash = "sha256-i0GPZHDbCFz1mpkVaFYTVWVW3yv0JxSPGBS3sRhihZQ=";
+ hash = "sha256-qciaja6nRdU+XXjnqsuZx7R5LEQApaaccSOPRdYWT0w=";
25
};
26
27
cmakeFlags = [
0 commit comments