From ec1e4d54958463f3893b356420e847cff7948af8 Mon Sep 17 00:00:00 2001 From: Charles Strahan Date: Sat, 30 Jan 2016 13:23:37 -0500 Subject: [PATCH] ghcjs-boot: 3529c6ab61d5f786b -> 97dea5c4145bf80a1 --- pkgs/development/compilers/ghcjs/ghcjs-boot.nix | 4 ++-- 1 file 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; }