about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2020-08-24 00:04:04 -0400
committerFrancois-Rene Rideau <fare@tunes.org>2020-11-06 12:03:58 -0500
commit078d667f9e46e50c152e6fc3480b4287ec3e31f6 (patch)
tree8bd02da9be3abd5857b193740ef178e7d4d90663
parentc0d11ea66ccdd77228bc84959ade21d80cc87893 (diff)
gerbil-unstable: 2020-08-02 -> 2020-11-05
-rw-r--r--pkgs/development/compilers/gerbil/unstable.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/compilers/gerbil/unstable.nix b/pkgs/development/compilers/gerbil/unstable.nix
index 7b54438b5c9a2..d4ff3ca7a98a4 100644
--- a/pkgs/development/compilers/gerbil/unstable.nix
+++ b/pkgs/development/compilers/gerbil/unstable.nix
@@ -1,13 +1,13 @@
 { callPackage, fetchFromGitHub, gambit-unstable, gambit-support }:
 
 callPackage ./build.nix rec {
-  version = "unstable-2020-08-02";
-  git-version = "0.16-120-g3f248e13";
+  version = "unstable-2020-11-05";
+  git-version = "0.16-152-g808929ae";
   src = fetchFromGitHub {
     owner = "vyzo";
     repo = "gerbil";
-    rev = "3f248e139dfa11be74284fc812253fbecafbaf31";
-    sha256 = "18v192cypj0nbmfcyflm8qnwp27qwy65m0a19ggs47wwbzhgvgqh";
+    rev = "808929aeb8823959191f35df53bc0c0150911b4b";
+    sha256 = "0d9k2gkrs9qvlnk7xa3gjzs3gln3ydds7yd2313pvbw4q2lcz8iw";
   };
   inherit gambit-support;
   gambit = gambit-unstable;