mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
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.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";
|
||||
|
|
Loading…
Reference in a new issue