Merge pull request #4698 from DamienCassou/pharo-vm-2014-10-28

Update pharo-vm to 2014.10.28
This commit is contained in:
Jascha Geerds 2014-10-28 15:51:04 +01:00
commit 1f4608917d

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 {