mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
libtoxcore: 0.2.19 -> 0.2.20
This commit is contained in:
committed by
Emery Hemingway
parent
5af0e374e7
commit
21b29ebe86
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user