summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2018-06-15 19:13:04 -0400
committerFrancois-Rene Rideau <fare@tunes.org>2018-08-10 13:11:11 -0400
commit0dd9403a34ecb36f79b715aefa614e9d37716d47 (patch)
treecd6781215290c97358b2c6ac1d0e7f987a00f95c /pkgs
parentd1ae60cbad7a49874310de91cd17708b042400c8 (diff)
downloadnixlib-0dd9403a34ecb36f79b715aefa614e9d37716d47.tar
nixlib-0dd9403a34ecb36f79b715aefa614e9d37716d47.tar.gz
nixlib-0dd9403a34ecb36f79b715aefa614e9d37716d47.tar.bz2
nixlib-0dd9403a34ecb36f79b715aefa614e9d37716d47.tar.lz
nixlib-0dd9403a34ecb36f79b715aefa614e9d37716d47.tar.xz
nixlib-0dd9403a34ecb36f79b715aefa614e9d37716d47.tar.zst
nixlib-0dd9403a34ecb36f79b715aefa614e9d37716d47.zip
gambit-unstable: 2018-05-30 -> 2018-08-06
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/gambit/unstable.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/compilers/gambit/unstable.nix b/pkgs/development/compilers/gambit/unstable.nix
index 169ddb5a6a31..85e940eea570 100644
--- a/pkgs/development/compilers/gambit/unstable.nix
+++ b/pkgs/development/compilers/gambit/unstable.nix
@@ -1,10 +1,11 @@
 { callPackage, fetchgit }:
 
 callPackage ./build.nix {
-  version = "unstable-2018-05-30";
+  version = "unstable-2018-08-06";
+# git-version = "4.8.9-77-g91a4ad2c";
   SRC = fetchgit {
     url = "https://github.com/feeley/gambit.git";
-    rev = "ffe8841b56330eb86fd794b16dc7f83914ecc7c5";
-    sha256 = "1xzkwa2f6zazybbgd5zynhr36krayhr29vsbras5ld63hkrxrp7q";
+    rev = "91a4ad2c28375f067adedcaa61f9d66a4b536f4f";
+    sha256 = "0px1ipvhh0hz8n38h6jv4y1nn163j8llvcy4l7p3hkdns5czwy1p";
   };
 }