Commit 21b29ebe authored by R. RyanTM's avatar R. RyanTM Committed by Emery Hemingway
Browse files

libtoxcore: 0.2.19 -> 0.2.20

parent 5af0e374
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [