From 7419ce710691bfef783dbce24c9e2ef6583ccd09 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Sat, 9 Feb 2019 01:09:20 -0500 Subject: [PATCH] gambit-unstable: 2019-01-18 -> 2019-02-05 NB: Same as release 4.9.3 --- pkgs/development/compilers/gambit/unstable.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/gambit/unstable.nix b/pkgs/development/compilers/gambit/unstable.nix index a907de017408..5788f0df1da9 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-01-18"; -# git-version = "4.9.2"; + version = "unstable-2019-02-05"; +# git-version = "4.9.3"; src = fetchFromGitHub { owner = "feeley"; repo = "gambit"; - rev = "cf5688ecf35d85b9355c645f535c1e057b3064e7"; - sha256 = "1xr7j4iws6hlrdbvlii4n98apr78k4adbnmy4ggzyik65bynh1kl"; + rev = "baf7de67f6d800821412fe83a8d9e9e09faeb490"; + sha256 = "0ygm5y8fvq6dbb8mwq52v8rc8pdnwm4qpmxlnx5m9hzzbm1kzxxv"; }; inherit stdenv; }