mlton: 20210107 -> 20210117
It looks like the last update (https://github.com/NixOS/nixpkgs/pull/176677) got the version number wrong (20210107, but should be 20210117). See https://github.com/MLton/mlton/releases/tag/on-20210117-release that has a similar error in the heading (but not in the URL or links). This corrects this version mismatch. There is no change to the content of the package.
This commit is contained in:
parent
7f797a698f
commit
318fba182a
@ -4,7 +4,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mlton";
|
||||
version = "20210107";
|
||||
version = "20210117";
|
||||
|
||||
src =
|
||||
if stdenv.hostPlatform.system == "x86_64-linux" then
|
@ -12,11 +12,11 @@ rec {
|
||||
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;
|
||||
version = "20210107";
|
||||
version = "20210117";
|
||||
rev = "on-20210117-release";
|
||||
sha256 = "sha256-rqL8lnzVVR+5Hc7sWXK8dCXN92dU76qSoii3/4StODM=";
|
||||
};
|
||||
|
@ -776,6 +776,7 @@ mapAliases ({
|
||||
minetestserver_5 = minetestserver; # Added 2023-12-11
|
||||
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
|
||||
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_fastcgi = apacheHttpdPackages.mod_fastcgi; # Added 2014-11-07
|
||||
mod_python = apacheHttpdPackages.mod_python; # Added 2014-11-07
|
||||
|
@ -16581,10 +16581,10 @@ with pkgs;
|
||||
mlton20130715
|
||||
mlton20180207Binary
|
||||
mlton20180207
|
||||
mlton20210107
|
||||
mlton20210117
|
||||
mltonHEAD;
|
||||
|
||||
mlton = mlton20210107;
|
||||
mlton = mlton20210117;
|
||||
|
||||
mono = mono6;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user