mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Update pharo-vm to 2015.04.30
This commit is contained in:
parent
e1af50c4c4
commit
bf91d04c51
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
version = "2014.11.29-2";
|
version = "2015.04.30";
|
||||||
|
|
||||||
name = "pharo-vm-core-i386-${version}";
|
name = "pharo-vm-core-i386-${version}";
|
||||||
system = "x86_32-linux";
|
system = "x86_32-linux";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://files.pharo.org/vm/src/vm-unix-sources/blessed/pharo-vm-${version}.tar.bz2";
|
url = "http://files.pharo.org/vm/src/vm-unix-sources/blessed/pharo-vm-${version}.tar.bz2";
|
||||||
md5 = "529cff4639cee313ddf55fd377bd6fb3";
|
sha256 = "0lg9ahqfrwbn3srxbbvr1vhjnx267chbs1la0nrc2ivpd55iwjgv";
|
||||||
};
|
};
|
||||||
|
|
||||||
sources10Zip = fetchurl {
|
sources10Zip = fetchurl {
|
||||||
|
|
Loading…
Reference in a new issue