forked from mirrors/nixpkgs
Update pharo-vm to 2014.10.28
This commit is contained in:
parent
2c0cc6cedc
commit
b8571e8492
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue