pharo-launcher: 0.2.8 -> 0.2.9

This commit is contained in:
Damien Cassou 2016-01-16 18:30:11 +01:00
parent d0e3cca04e
commit 6c6bf8790d

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, bash, pharo-vm, unzip, makeDesktopItem }:
stdenv.mkDerivation rec {
version = "0.2.8-2015.08.08";
version = "0.2.9-2016.01.14";
name = "pharo-launcher-${version}";
src = fetchurl {
url = "http://files.pharo.org/platform/launcher/blessed/PharoLauncher-user-${version}.zip";
sha256 = "1cpjihdkywlqvjsvrpkkx7fx14wxi6yhymmayjbl0l7bpci0l7qm";
sha256 = "0lzdnaw7l1rrzbrq53xsy38aiz6id5x7s78ds1dhb31vqc241yy8";
};
executable-name = "pharo-launcher";