redprl: unstable-2017-03-28 -> unstable-2019-11-04
This commit is contained in:
parent
47036da610
commit
1564d88c41
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "redprl";
|
pname = "redprl";
|
||||||
version = "unstable-2017-03-28";
|
version = "unstable-2019-11-04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RedPRL";
|
owner = "RedPRL";
|
||||||
repo = "sml-redprl";
|
repo = "sml-redprl";
|
||||||
rev = "bdf027de732e4a8d10f9f954389dfff0c822f18b";
|
rev = "c72190de76f7ed1cfbe1d2046c96e99ac5022b0c";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "0cihwnd78d3ksxp6mppifm7xpi3fsii5mixvicajy87ggw8z305c";
|
sha256 = "sha256-xrQT5o0bsIN+mCYUOz9iY4+j3HGROb1I6R2ADcLy8n4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mlton ];
|
buildInputs = [ mlton ];
|
||||||
|
|
Loading…
Reference in a new issue