Skip to content

Commit

Permalink
smlfut: 1.3.0 -> 1.6.2 (#351881)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Nov 14, 2024
2 parents b7fb730 + 8ccc5fb commit d41262f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/sm/smlfut/package.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {

doCheck = true;

nativeCheckInputs = [ futhark ];
nativeCheckInputs = [ futhark mlkit ];

checkTarget = "run_test";

Expand Down

0 comments on commit d41262f

Please sign in to comment.