lol

trealla: 2.2.6 -> 2.8.4

Signed-off-by: Austin Seipp <aseipp@pobox.com>

+4 -3
+4 -3
pkgs/development/interpreters/trealla/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, readline, openssl, libffi, withThread ? true, withSSL ? true, xxd }: 1 + { lib, stdenv, fetchFromGitHub, readline, openssl, libffi, valgrind, withThread ? true, withSSL ? true, xxd }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "trealla"; 5 - version = "2.2.6"; 5 + version = "2.8.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "trealla-prolog"; 9 9 repo = "trealla"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-DxlexijQPcNxlPjo/oIvsN//8nZ0injXFHc2t3n4yjg="; 11 + sha256 = "sha256-/jB4jlYotvdU068+zj9Z+G0g75sI9dTmtgN874i0qAE="; 12 12 }; 13 13 14 14 postPatch = '' ··· 27 27 28 28 nativeBuildInputs = [ xxd ]; 29 29 buildInputs = [ readline openssl libffi ]; 30 + checkInputs = [ valgrind ]; 30 31 enableParallelBuilding = true; 31 32 32 33 installPhase = ''