summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorFrancois-Rene Rideau <fare@tunes.org>2018-09-04 03:08:34 -0400
committerFrancois-Rene Rideau <fare@tunes.org>2018-09-06 11:43:49 -0400
commit6c64d944909787337b2db59d5bed3a89f3909a25 (patch)
tree523453b59ab9b8421260857333780ca4f7ff6847 /pkgs/development/compilers
parent7306e54c2ca1c8c2c5582efe413b7249718d7eb2 (diff)
downloadnixlib-6c64d944909787337b2db59d5bed3a89f3909a25.tar
nixlib-6c64d944909787337b2db59d5bed3a89f3909a25.tar.gz
nixlib-6c64d944909787337b2db59d5bed3a89f3909a25.tar.bz2
nixlib-6c64d944909787337b2db59d5bed3a89f3909a25.tar.lz
nixlib-6c64d944909787337b2db59d5bed3a89f3909a25.tar.xz
nixlib-6c64d944909787337b2db59d5bed3a89f3909a25.tar.zst
nixlib-6c64d944909787337b2db59d5bed3a89f3909a25.zip
gerbil-unstable: 2018-08-11 -> 2018-09-06
Diffstat (limited to 'pkgs/development/compilers')
-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 66ead04b5429..bd9c3994dd49 100644
--- a/pkgs/development/compilers/gerbil/unstable.nix
+++ b/pkgs/development/compilers/gerbil/unstable.nix
@@ -1,13 +1,13 @@
 { stdenv, callPackage, fetchgit, gambit-unstable }:
 
 callPackage ./build.nix {
-  version = "unstable-2018-08-11";
-  git-version = "0.13-DEV-542-g274e1a22";
+  version = "unstable-2018-09-06";
+  git-version = "0.14-DEV";
   GAMBIT = gambit-unstable;
   SRC = fetchgit {
     url = "https://github.com/vyzo/gerbil.git";
-    rev = "274e1a22b2d2b708d5582594274ab52ee9ba1686";
-    sha256 = "10j44ar4xfl8xmh276zg1ykd3r0vy7w2f2cg4p8slwnk9r251g2s";
+    rev = "184cb635c82517d5d75d7966dcdf1d25ad863dac";
+    sha256 = "1ljzbpc36i9zpzfwra5hpfbgzj1dyzzp50h5jf976n8qr9x4l7an";
   };
   inherit stdenv;
 }