Skip to content

Commit

Permalink
libtoxcore: 0.2.19 -> 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and ehmry committed Nov 12, 2024
1 parent 5af0e37 commit 21b29eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libtoxcore/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 21b29eb

Please sign in to comment.