summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@yahoo.com>2015-11-25 16:35:56 -0800
committerJohn Ericson <Ericson2314@yahoo.com>2015-11-25 16:35:56 -0800
commita122a7f65a616ea62af460e3effe4389f19a3131 (patch)
treeaab39c1c91e12621efffa620a206215dd6f8ff6d /pkgs/development/compilers/ghcjs
parent2455dac3200fad9d30fff8e58535f70c14b3d92a (diff)
downloadnixpkgs-a122a7f65a616ea62af460e3effe4389f19a3131.tar
nixpkgs-a122a7f65a616ea62af460e3effe4389f19a3131.tar.gz
nixpkgs-a122a7f65a616ea62af460e3effe4389f19a3131.tar.bz2
nixpkgs-a122a7f65a616ea62af460e3effe4389f19a3131.tar.lz
nixpkgs-a122a7f65a616ea62af460e3effe4389f19a3131.tar.xz
nixpkgs-a122a7f65a616ea62af460e3effe4389f19a3131.tar.zst
nixpkgs-a122a7f65a616ea62af460e3effe4389f19a3131.zip
ghcjs: bump version number to 0.2.0
Actually should have been this for a while.
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix
index 3fecf26e832..5ddfdc41917 100644
--- a/pkgs/development/compilers/ghcjs/default.nix
+++ b/pkgs/development/compilers/ghcjs/default.nix
@@ -40,7 +40,7 @@
 , ghcjsBoot ? import ./ghcjs-boot.nix { inherit fetchgit; }
 , shims ? import ./shims.nix { inherit fetchFromGitHub; }
 }:
-let version = "0.1.0"; in
+let version = "0.2.0"; in
 mkDerivation (rec {
   pname = "ghcjs";
   inherit version;