summary refs log tree commit diff
path: root/pkgs/development/pharo/launcher
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2016-01-16 18:30:11 +0100
committerDamien Cassou <damien@cassou.me>2016-01-16 18:30:11 +0100
commit6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f (patch)
tree64a14a0fdd46a01da84f9577ce11e73fdda4698d /pkgs/development/pharo/launcher
parentd0e3cca04edd5d1b3d61f188b4a5f61f35cdf1ce (diff)
downloadnixpkgs-6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f.tar
nixpkgs-6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f.tar.gz
nixpkgs-6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f.tar.bz2
nixpkgs-6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f.tar.lz
nixpkgs-6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f.tar.xz
nixpkgs-6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f.tar.zst
nixpkgs-6c6bf8790dedf7ec82b78ace0a480fe5e80ddb5f.zip
pharo-launcher: 0.2.8 -> 0.2.9
Diffstat (limited to 'pkgs/development/pharo/launcher')
-rw-r--r--pkgs/development/pharo/launcher/default.nix4
1 files 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";