pharo-launcher: 0.2.8 -> 0.2.9
This commit is contained in:
parent
d0e3cca04e
commit
6c6bf8790d
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, bash, pharo-vm, unzip, makeDesktopItem }:
|
{ stdenv, fetchurl, bash, pharo-vm, unzip, makeDesktopItem }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.2.8-2015.08.08";
|
version = "0.2.9-2016.01.14";
|
||||||
name = "pharo-launcher-${version}";
|
name = "pharo-launcher-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://files.pharo.org/platform/launcher/blessed/PharoLauncher-user-${version}.zip";
|
url = "http://files.pharo.org/platform/launcher/blessed/PharoLauncher-user-${version}.zip";
|
||||||
sha256 = "1cpjihdkywlqvjsvrpkkx7fx14wxi6yhymmayjbl0l7bpci0l7qm";
|
sha256 = "0lzdnaw7l1rrzbrq53xsy38aiz6id5x7s78ds1dhb31vqc241yy8";
|
||||||
};
|
};
|
||||||
|
|
||||||
executable-name = "pharo-launcher";
|
executable-name = "pharo-launcher";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user