summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs/shims.nix
blob: e596d57d74ee899f011a56a6291a238b477e0028 (plain) (blame)
1
2
3
4
5
6
7
{ fetchFromGitHub }:
fetchFromGitHub {
  owner = "ghcjs";
  repo = "shims";
  rev = "09e37565df8bbf876d4b7f36fbc19aa2140844a7";
  sha256 = "000ds78pv56v4drbdx3y7xncx9224l28n7cal9gy3inns1mq6yhj";
}