From 6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Sat, 16 Jan 2016 18:30:11 +0100 Subject: [PATCH] pharo-launcher: 0.2.8 -> 0.2.9 --- pkgs/development/pharo/launcher/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/pharo/launcher/default.nix b/pkgs/development/pharo/launcher/default.nix index 4c46a9d13b4..6e6722a804f 100644 --- a/pkgs/development/pharo/launcher/default.nix +++ b/pkgs/development/pharo/launcher/default.nix @@ -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";