From e1655a3b7f421e4b403cb15cc4b0a8fdb67f53df Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau Date: Sat, 9 Feb 2019 01:10:04 -0500 Subject: [PATCH] gerbil-unstable: 2019-01-25 -> 2019-02-09 --- pkgs/development/compilers/gerbil/unstable.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/compilers/gerbil/unstable.nix b/pkgs/development/compilers/gerbil/unstable.nix index b96ff53b56c..6e60ea6fea4 100644 --- a/pkgs/development/compilers/gerbil/unstable.nix +++ b/pkgs/development/compilers/gerbil/unstable.nix @@ -1,14 +1,14 @@ { stdenv, callPackage, fetchFromGitHub, gambit-unstable }: callPackage ./build.nix { - version = "unstable-2019-01-25"; - git-version = "0.15"; + version = "unstable-2019-02-09"; + git-version = "0.16-DEV-15-gafc20fc2"; gambit = gambit-unstable; src = fetchFromGitHub { owner = "vyzo"; repo = "gerbil"; - rev = "8c1aa2ca129a380de9cf668a7f3f6d56e56cbf94"; - sha256 = "1ff1gpl0bl1pbs68bxax82ikw4bzbkrj4a6l775ziwyfndjggl66"; + rev = "afc20fc21030e8445b46b8267cc4c52cfd662aad"; + sha256 = "02v16zya9zryjs4wallibp1kvnpba60aw15y4k7zhddc71qjfbhw"; }; inherit stdenv; }