about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2018-09-04 03:07:54 -0400
committerFrancois-Rene Rideau <fare@tunes.org>2018-09-06 11:43:48 -0400
commit7306e54c2ca1c8c2c5582efe413b7249718d7eb2 (patch)
tree9eb39ebee0005d5a4fc8b59561f8fd4fb305b35a /pkgs/development/compilers
parentccbb218866fbe4798f065e0ccfecefaa29dc76d7 (diff)
downloadnixlib-7306e54c2ca1c8c2c5582efe413b7249718d7eb2.tar
nixlib-7306e54c2ca1c8c2c5582efe413b7249718d7eb2.tar.gz
nixlib-7306e54c2ca1c8c2c5582efe413b7249718d7eb2.tar.bz2
nixlib-7306e54c2ca1c8c2c5582efe413b7249718d7eb2.tar.lz
nixlib-7306e54c2ca1c8c2c5582efe413b7249718d7eb2.tar.xz
nixlib-7306e54c2ca1c8c2c5582efe413b7249718d7eb2.tar.zst
nixlib-7306e54c2ca1c8c2c5582efe413b7249718d7eb2.zip
gambit-unstable: 2018-08-06 -> 2018-09-03
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/gambit/unstable.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/compilers/gambit/unstable.nix b/pkgs/development/compilers/gambit/unstable.nix
index 41d0ee930bf0..067a409ac1c3 100644
--- a/pkgs/development/compilers/gambit/unstable.nix
+++ b/pkgs/development/compilers/gambit/unstable.nix
@@ -1,12 +1,12 @@
 { stdenv, callPackage, fetchgit }:
 
 callPackage ./build.nix {
-  version = "unstable-2018-08-06";
-# git-version = "4.8.9-77-g91a4ad2c";
+  version = "unstable-2018-09-03";
+# git-version = "4.9.0";
   SRC = fetchgit {
     url = "https://github.com/feeley/gambit.git";
-    rev = "91a4ad2c28375f067adedcaa61f9d66a4b536f4f";
-    sha256 = "0px1ipvhh0hz8n38h6jv4y1nn163j8llvcy4l7p3hkdns5czwy1p";
+    rev = "7cdc7e7b9194b2c088c0667efaf7686a4ffd0d8a";
+    sha256 = "06mmi8jkinihfirz4gjfw2lhxhskiqf3d47sihzx10r60asyqcxg";
   };
   inherit stdenv;
 }