summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2019-08-14 00:48:09 -0400
committerFrancois-Rene Rideau <fare@tunes.org>2019-08-14 00:49:41 -0400
commitcb2059e29eccde0968433a8ebe7541806fc3f72a (patch)
tree5a467c48e165b95cf20494b06ef6a4a5cd2a285b
parentc0e56afddbcf6002e87a5ab0e8e17f381e3aa9bd (diff)
downloadnixpkgs-cb2059e29eccde0968433a8ebe7541806fc3f72a.tar
nixpkgs-cb2059e29eccde0968433a8ebe7541806fc3f72a.tar.gz
nixpkgs-cb2059e29eccde0968433a8ebe7541806fc3f72a.tar.bz2
nixpkgs-cb2059e29eccde0968433a8ebe7541806fc3f72a.tar.lz
nixpkgs-cb2059e29eccde0968433a8ebe7541806fc3f72a.tar.xz
nixpkgs-cb2059e29eccde0968433a8ebe7541806fc3f72a.tar.zst
nixpkgs-cb2059e29eccde0968433a8ebe7541806fc3f72a.zip
gambit-unstable: 2019-02-05 -> 2019-07-21
-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 5788f0df1da..d855b83f0af 100644
--- a/pkgs/development/compilers/gambit/unstable.nix
+++ b/pkgs/development/compilers/gambit/unstable.nix
@@ -1,13 +1,13 @@
 { stdenv, callPackage, fetchFromGitHub }:
 
 callPackage ./build.nix {
-  version = "unstable-2019-02-05";
-# git-version = "4.9.3";
+  version = "unstable-2019-07-21";
+# git-version = "4.9.3-109-g3b5f74fa";
   src = fetchFromGitHub {
     owner = "feeley";
     repo = "gambit";
-    rev = "baf7de67f6d800821412fe83a8d9e9e09faeb490";
-    sha256 = "0ygm5y8fvq6dbb8mwq52v8rc8pdnwm4qpmxlnx5m9hzzbm1kzxxv";
+    rev = "3b5f74fae74b2159e3bf6923f29a18b31cc15dcc";
+    sha256 = "07cb0d8754dqhxawkp5dp4y0bsa9kfald4dkj60j5yfnsp81y5mi";
   };
   inherit stdenv;
 }