Update ghcjs-shims

This commit is contained in:
Michael Alan Dorman 2015-07-19 07:14:28 -04:00 committed by Peter Simons
parent e0826531e1
commit 700d365d16

View File

@ -47,8 +47,8 @@ let
};
shims = fetchgit {
url = git://github.com/ghcjs/shims.git;
rev = "9b196ff5ff13a24997011009b37c980c5534e24f"; # master branch
sha256 = "1zsfxka692fr3zb710il7g1sj64xwaxmasimciylb4wx84h7c30w";
rev = "0b670ca27fff3f0bad515c37e56ccb8b4d6758fb"; # master branch
sha256 = "19zq79f2y59lw7c8m100awh3rcra5yhbsvpb5xmp3mq6grac7h08";
};
in mkDerivation (rec {
pname = "ghcjs";