smlfut: 1.3.0 -> 1.6.2

This commit is contained in:
Troels Henriksen 2024-10-28 14:22:53 +01:00
parent 2d9feb77ba
commit 8ccc5fb53a

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, mlton, futhark }:
{ lib, stdenv, fetchFromGitHub, mlton, mlkit, futhark }:
stdenv.mkDerivation rec {
pname = "smlfut";
version = "1.3.0";
version = "1.6.2";
src = fetchFromGitHub {
owner = "diku-dk";
repo = "smlfut";
rev = "v${version}";
hash = "sha256-Oj5+UNtV2GKB2GNsSFKePVpa1msSZwwJI/YElwBSH98=";
hash = "sha256-0Bqgoyp43Y961BMghJFBUx+1lcM2HHlPDjPyLHquWiE=";
};
enableParallelBuilding = true;
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
doCheck = true;
nativeCheckInputs = [ futhark ];
nativeCheckInputs = [ futhark mlkit ];
checkTarget = "run_test";