about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/gambit/unstable.nix
blob: 092cbdb72483194d6e9ee09ef4946910a81a9d01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ callPackage, fetchFromGitHub, gambit-support }:

callPackage ./build.nix {
  version = "unstable-2023-08-06";
  git-version = "4.9.5-5-gf1fbe9aa";
  stampYmd = 20230806;
  stampHms = 195822;
  src = fetchFromGitHub {
    owner = "gambit";
    repo = "gambit";
    rev = "f1fbe9aa0f461e89f2a91bc050c1373ee6d66482";
    sha256 = "0b0gd6cwj8zxwcqglpsnmanysiq4mvma2mrgdfr6qy99avhbhzxm";
  };
  gambit-params = gambit-support.unstable-params;
}