summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2018-04-10 00:47:16 -0400
committerFrancois-Rene Rideau <fare@tunes.org>2018-05-29 22:54:18 -0400
commit69926e61ea3870832bcc4183656803b21e7703d8 (patch)
tree484d0171142dcae39571a64742bd2634ee5f8b46 /pkgs/development
parent3816372808320ee2d3526f75e1a2b6164ca511d6 (diff)
downloadnixlib-69926e61ea3870832bcc4183656803b21e7703d8.tar
nixlib-69926e61ea3870832bcc4183656803b21e7703d8.tar.gz
nixlib-69926e61ea3870832bcc4183656803b21e7703d8.tar.bz2
nixlib-69926e61ea3870832bcc4183656803b21e7703d8.tar.lz
nixlib-69926e61ea3870832bcc4183656803b21e7703d8.tar.xz
nixlib-69926e61ea3870832bcc4183656803b21e7703d8.tar.zst
nixlib-69926e61ea3870832bcc4183656803b21e7703d8.zip
gambit-unstable: 2018-03-26 -> 2018-05-30
Diffstat (limited to 'pkgs/development')
-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 f98fd5ca935a..545bece12c48 100644
--- a/pkgs/development/compilers/gambit/unstable.nix
+++ b/pkgs/development/compilers/gambit/unstable.nix
@@ -1,11 +1,11 @@
 { callPackage, fetchgit }:
 
 callPackage ./build.nix {
-  version = "unstable-2018-03-26";
-  git-version = "4.8.9-8-g793679bd";
+  version = "unstable-2018-05-30";
+  git-version = "4.8.9-54-gffe8841b";
   SRC = fetchgit {
     url = "https://github.com/feeley/gambit.git";
-    rev = "793679bd57eb6275cb06e6570b05f4a78df61bf9";
-    sha256 = "0bippvmrc8vcaa6ka3mhzfgkagb6a1616g7nxk0i0wapxai5cngj";
+    rev = "ffe8841b56330eb86fd794b16dc7f83914ecc7c5";
+    sha256 = "1xzkwa2f6zazybbgd5zynhr36krayhr29vsbras5ld63hkrxrp7q";
   };
 }