lol

Merge pull request #180876 from marsam/update-mlkit

mlkit: 4.5.9 -> 4.6.1

authored by

Mario Rodas and committed by
GitHub
f4de7114 eb5372a5

+4 -3
+3 -3
pkgs/development/compilers/mlkit/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mlkit"; 5 - version = "4.5.9"; 5 + version = "4.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "melsman"; 9 9 repo = "mlkit"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-b+iPuGB82a0r0zl49+RbalxR6OpFNXOxZgubzKE+2M4="; 11 + sha256 = "sha256-04G9G14fhEh8wwgqHwUR+sbYU3zaZcFV0q5SoAKcyjY="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ autoreconfHook mlton ]; 15 15 16 - buildFlags = ["mlkit" "mlkit_libs"]; 16 + buildFlags = [ "mlkit" "mlkit_libs" ]; 17 17 18 18 meta = with lib; { 19 19 description = "Standard ML Compiler and Toolkit";
+1
pkgs/tools/package-management/smlpkg/default.nix
··· 37 37 description = "Generic package manager for Standard ML libraries and programs"; 38 38 homepage = "https://github.com/diku-dk/smlpkg"; 39 39 license = licenses.mit; 40 + platforms = mlton.meta.platforms; 40 41 maintainers = with maintainers; [ athas ]; 41 42 }; 42 43 }