mps: 1.115.0 -> 1.116.0
1.115.0 doesn't build with gcc6
This commit is contained in:
parent
6e546a514c
commit
fc391e7ecd
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mps-${version}";
|
||||
version = "1.115.0";
|
||||
version = "1.116.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.ravenbrook.com/project/mps/release/${version}/mps-kit-${version}.tar.gz";
|
||||
sha256 = "156xdl16r44nn8svnrgfaklwrgpc3y0rxzqyp0jbdp55c6rlfl6l";
|
||||
sha256 = "1k7vnanpgawnj84x2xs6md57pfib9p7c3acngqzkl3c2aqw8qay0";
|
||||
};
|
||||
|
||||
buildInputs = [ autoreconfHook sqlite ];
|
||||
|
Loading…
Reference in New Issue
Block a user