summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/gambit/unstable.nix
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2018-11-17 22:53:04 -0500
committerFrancois-Rene Rideau <fare@tunes.org>2018-11-19 19:19:48 -0500
commit7ffdb451011124ab6c46a3376e78e98465c2bfc6 (patch)
treebf65fe50a0824c22e2c0c554449513eadadf9c63 /pkgs/development/compilers/gambit/unstable.nix
parentbbd4888dc30f059b1eaa2f7d39fcf1cd0c580345 (diff)
gambit-unstable: 2018-09-03 -> 2018-11-16
Diffstat (limited to 'pkgs/development/compilers/gambit/unstable.nix')
-rw-r--r--pkgs/development/compilers/gambit/unstable.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/development/compilers/gambit/unstable.nix b/pkgs/development/compilers/gambit/unstable.nix
index 067a409ac1c3..15db82fc9fb2 100644
--- a/pkgs/development/compilers/gambit/unstable.nix
+++ b/pkgs/development/compilers/gambit/unstable.nix
@@ -1,12 +1,13 @@
-{ stdenv, callPackage, fetchgit }:
+{ stdenv, callPackage, fetchFromGitHub }:
callPackage ./build.nix {
- version = "unstable-2018-09-03";
-# git-version = "4.9.0";
- SRC = fetchgit {
- url = "https://github.com/feeley/gambit.git";
- rev = "7cdc7e7b9194b2c088c0667efaf7686a4ffd0d8a";
- sha256 = "06mmi8jkinihfirz4gjfw2lhxhskiqf3d47sihzx10r60asyqcxg";
+ version = "unstable-2018-11-19";
+# git-version = "4.9.1-8-g61c6cb50";
+ src = fetchFromGitHub {
+ owner = "feeley";
+ repo = "gambit";
+ rev = "61c6cb500f4756be1e52095d5ab4501752525a70";
+ sha256 = "1knpb40y1g09c6yqd2fsxm3bk56bl5xrrwfsd7nqa497x6ngm5pn";
};
inherit stdenv;
}