about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2015-05-12 20:04:12 -0400
committerCharles Strahan <charles.c.strahan@gmail.com>2015-05-12 20:04:12 -0400
commitac4515958ddfd3812b2ef61b1404d45d0b9117d2 (patch)
tree78bec8e41dec73fe3f298298ef50753c3f495165 /pkgs/development/compilers/ghcjs
parentd90aeb762997c98e324e6dface0233df58051ba3 (diff)
downloadnixlib-ac4515958ddfd3812b2ef61b1404d45d0b9117d2.tar
nixlib-ac4515958ddfd3812b2ef61b1404d45d0b9117d2.tar.gz
nixlib-ac4515958ddfd3812b2ef61b1404d45d0b9117d2.tar.bz2
nixlib-ac4515958ddfd3812b2ef61b1404d45d0b9117d2.tar.lz
nixlib-ac4515958ddfd3812b2ef61b1404d45d0b9117d2.tar.xz
nixlib-ac4515958ddfd3812b2ef61b1404d45d0b9117d2.tar.zst
nixlib-ac4515958ddfd3812b2ef61b1404d45d0b9117d2.zip
ghcjs: bump ghcjs-boot
This updates the git reference of the aeson submodule; the old one
vanished.
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghcjs/default.nix b/pkgs/development/compilers/ghcjs/default.nix
index 24a361724aed..0547f80106be 100644
--- a/pkgs/development/compilers/ghcjs/default.nix
+++ b/pkgs/development/compilers/ghcjs/default.nix
@@ -41,8 +41,8 @@ let
   version = "0.1.0";
   ghcjsBoot = fetchgit {
     url = git://github.com/ghcjs/ghcjs-boot.git;
-    rev = "ab8765edcb507b8b810e3c324fd5bd5af2b69d8f"; # 7.10 branch
-    sha256 = "63b69a1d131cf3c7088e0f28d14750c81361dcc276fa113ad80dcccf73df5343";
+    rev = "19620b69257115a69306eec505a97ac843055e92"; # 7.10 branch
+    sha256 = "027md1glfakniccqq0z1pyrz5w4fy0myxmbl0h789rbcxz9ybv6n";
     fetchSubmodules = true;
   };
   shims = fetchgit {