summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorCharles Strahan <charles.c.strahan@gmail.com>2016-01-30 13:23:37 -0500
committerCharles Strahan <charles.c.strahan@gmail.com>2016-01-31 20:07:12 -0500
commitec1e4d54958463f3893b356420e847cff7948af8 (patch)
tree654db97ea78332b4201a574eee0ee6647bc3e500 /pkgs/development/compilers/ghcjs
parentc7bbe151024bf04596d2edf4b06a0397c945e6a7 (diff)
downloadnixpkgs-ec1e4d54958463f3893b356420e847cff7948af8.tar
nixpkgs-ec1e4d54958463f3893b356420e847cff7948af8.tar.gz
nixpkgs-ec1e4d54958463f3893b356420e847cff7948af8.tar.bz2
nixpkgs-ec1e4d54958463f3893b356420e847cff7948af8.tar.lz
nixpkgs-ec1e4d54958463f3893b356420e847cff7948af8.tar.xz
nixpkgs-ec1e4d54958463f3893b356420e847cff7948af8.tar.zst
nixpkgs-ec1e4d54958463f3893b356420e847cff7948af8.zip
ghcjs-boot: 3529c6ab61d5f786b -> 97dea5c4145bf80a1
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/ghcjs-boot.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghcjs/ghcjs-boot.nix b/pkgs/development/compilers/ghcjs/ghcjs-boot.nix
index 516ef9ab92d..cbf21cb8f5b 100644
--- a/pkgs/development/compilers/ghcjs/ghcjs-boot.nix
+++ b/pkgs/development/compilers/ghcjs/ghcjs-boot.nix
@@ -1,7 +1,7 @@
 { fetchgit }:
 fetchgit {
   url = git://github.com/ghcjs/ghcjs-boot.git;
-  rev = "3529c6ab61d5f786bdde449fd069520664330b30";
-  sha256 = "0d33nmbwrdn7ai4lsrn3qzcfy71hbini0jl437387cxdh3z6sjqa";
+  rev = "97dea5c4145bf80a1e7cffeb1ecd4d0ecacd5a2f";
+  sha256 = "1cgjzm595l2dx6fibzbkyv23bp1857qia0hb9d8aghf006al558j";
   fetchSubmodules = true;
 }