From a122a7f65a616ea62af460e3effe4389f19a3131 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 25 Nov 2015 16:35:56 -0800 Subject: [PATCH] ghcjs: bump version number to 0.2.0 Actually should have been this for a while. --- pkgs/development/compilers/ghcjs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;