opendylan: 2013.1 -> 2016.1pre
This commit is contained in:
parent
779c25b2fe
commit
00823f016d
@ -2,12 +2,12 @@
|
|||||||
{stdenv, fetchgit, boehmgc, mps, gnused, opendylan-bootstrap, autoconf, automake, perl, makeWrapper, gcc }:
|
{stdenv, fetchgit, boehmgc, mps, gnused, opendylan-bootstrap, autoconf, automake, perl, makeWrapper, gcc }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "opendylan-2013.2";
|
name = "opendylan-2016.1pre";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://github.com/dylan-lang/opendylan;
|
url = https://github.com/dylan-lang/opendylan;
|
||||||
rev = "ce9b14dab6cb9ffedc69fae8c6df524c0c79abd3";
|
rev = "cd9a8395586d33cc43a8611c1dc0513e69ee82dd";
|
||||||
sha256 = "17jvhv0y63fj25ma05k70b7phcwgjyna5qkrirk48z3xapb8bknd";
|
sha256 = "00r1dm7mjy5p4hfm13vc4b6qryap40zinia3y15rhvalc3i2np4b";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user