diff --git a/pkgs/development/compilers/gerbil/unstable.nix b/pkgs/development/compilers/gerbil/unstable.nix index ec36f42d86e6..25c6b75fa03e 100644 --- a/pkgs/development/compilers/gerbil/unstable.nix +++ b/pkgs/development/compilers/gerbil/unstable.nix @@ -1,12 +1,12 @@ { callPackage, fetchgit, gambit-unstable }: callPackage ./build.nix { - version = "unstable-2018-04-03"; - git-version = "0.13-DEV-357-ge61318dc"; + version = "unstable-2018-05-12"; + git-version = "0.13-DEV-437-gaefdb47f"; GAMBIT = gambit-unstable; SRC = fetchgit { url = "https://github.com/vyzo/gerbil.git"; - rev = "e61318dcaa3a9c843e2cf259e67851f240e4beda"; - sha256 = "1xd7yxiramifdxgp6b3s24z6nkkmy5h4a6pkchvy4w358qv1vqin"; + rev = "aefdb47f3d1ceaa735fd5c3dcaac2aeb0d4d2436"; + sha256 = "0xhsilm5kix5lsmykv273npp1gk6dgx9axh266mimwh7j0nxf7ms"; }; }