summary refs log tree commit diff
path: root/pkgs/development/compilers/gambit/unstable.nix
blob: 169ddb5a6a310fdb2cfe4922d5688fa438312b34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ callPackage, fetchgit }:

callPackage ./build.nix {
  version = "unstable-2018-05-30";
  SRC = fetchgit {
    url = "https://github.com/feeley/gambit.git";
    rev = "ffe8841b56330eb86fd794b16dc7f83914ecc7c5";
    sha256 = "1xzkwa2f6zazybbgd5zynhr36krayhr29vsbras5ld63hkrxrp7q";
  };
}