Merge pull request #300406 from agoode/fix-mlton
mlton: 20210107 -> 20210117
This commit is contained in:
commit
e89cf1c932
@ -4,7 +4,7 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mlton";
|
pname = "mlton";
|
||||||
version = "20210107";
|
version = "20210117";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
if stdenv.hostPlatform.system == "x86_64-linux" then
|
if stdenv.hostPlatform.system == "x86_64-linux" then
|
@ -12,11 +12,11 @@ rec {
|
|||||||
sha256 = "00rdd2di5x1dzac64il9z05m3fdzicjd3226wwjyynv631jj3q2a";
|
sha256 = "00rdd2di5x1dzac64il9z05m3fdzicjd3226wwjyynv631jj3q2a";
|
||||||
};
|
};
|
||||||
|
|
||||||
mlton20210107Binary = callPackage ./20210107-binary.nix { };
|
mlton20210117Binary = callPackage ./20210117-binary.nix { };
|
||||||
|
|
||||||
mlton20210107 = callPackage ./from-git-source.nix {
|
mlton20210117 = callPackage ./from-git-source.nix {
|
||||||
mltonBootstrap = mlton20180207Binary;
|
mltonBootstrap = mlton20180207Binary;
|
||||||
version = "20210107";
|
version = "20210117";
|
||||||
rev = "on-20210117-release";
|
rev = "on-20210117-release";
|
||||||
sha256 = "sha256-rqL8lnzVVR+5Hc7sWXK8dCXN92dU76qSoii3/4StODM=";
|
sha256 = "sha256-rqL8lnzVVR+5Hc7sWXK8dCXN92dU76qSoii3/4StODM=";
|
||||||
};
|
};
|
||||||
|
@ -781,6 +781,7 @@ mapAliases ({
|
|||||||
minetestserver_5 = minetestserver; # Added 2023-12-11
|
minetestserver_5 = minetestserver; # Added 2023-12-11
|
||||||
minizip2 = pkgs.minizip-ng; # Added 2022-12-28
|
minizip2 = pkgs.minizip-ng; # Added 2022-12-28
|
||||||
mirage-im = throw "'mirage-im' has been removed, as it was broken and unmaintained"; # Added 2023-11-26
|
mirage-im = throw "'mirage-im' has been removed, as it was broken and unmaintained"; # Added 2023-11-26
|
||||||
|
mlton20210107 = throw "'mlton20210107' has been renamed to 'mlton20210117', correcting the version number"; # Added 2024-03-31
|
||||||
mod_dnssd = apacheHttpdPackages.mod_dnssd; # Added 2014-11-07
|
mod_dnssd = apacheHttpdPackages.mod_dnssd; # Added 2014-11-07
|
||||||
mod_fastcgi = apacheHttpdPackages.mod_fastcgi; # Added 2014-11-07
|
mod_fastcgi = apacheHttpdPackages.mod_fastcgi; # Added 2014-11-07
|
||||||
mod_python = apacheHttpdPackages.mod_python; # Added 2014-11-07
|
mod_python = apacheHttpdPackages.mod_python; # Added 2014-11-07
|
||||||
|
@ -16558,10 +16558,10 @@ with pkgs;
|
|||||||
mlton20130715
|
mlton20130715
|
||||||
mlton20180207Binary
|
mlton20180207Binary
|
||||||
mlton20180207
|
mlton20180207
|
||||||
mlton20210107
|
mlton20210117
|
||||||
mltonHEAD;
|
mltonHEAD;
|
||||||
|
|
||||||
mlton = mlton20210107;
|
mlton = mlton20210117;
|
||||||
|
|
||||||
mono = mono6;
|
mono = mono6;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user