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