mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
smlfut: 1.3.0 -> 1.6.2 (#351881)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user