about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs/head_shims.nix
blob: e321978f0bdcc9266209772bbe36f43976e66ebf (plain) (blame)
1
2
3
4
5
6
7
{ fetchFromGitHub }:
fetchFromGitHub {
  owner = "ghcjs";
  repo = "shims";
  rev = "1f555d3ca072c61862cc35f92f5ac05f3b938a37";
  sha256 = "1pciyrlrp5i9s4s8ai4dvhihcahazva6fg0graxxxkjdvnl789ws";
}