Update pharo-vm to 2014.10.28

This commit is contained in:
Damien Cassou 2014-10-28 14:36:17 +01:00
parent 2c0cc6cedc
commit b8571e8492

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
version = "2014.09.20";
version = "2014.10.28";
name = "pharo-vm-core-i386-${version}";
system = "x86_32-linux";
src = fetchurl {
url = "http://files.pharo.org/vm/src/vm-unix-sources/blessed/pharo-vm-${version}.tar.bz2";
md5 = "f4183566aeeb7cb9d0d7832b4e40b573";
md5 = "c1d25d5beac15dc8e5bd3f84ab9b0ac3";
};
sources10Zip = fetchurl {