diff options
author | Francois-Rene Rideau | 2020-05-07 17:22:24 -0400 |
---|---|---|
committer | Francois-Rene Rideau | 2020-05-17 15:51:05 -0400 |
commit | 756c8a27d97efc87eaf65402f83495df949bf179 (patch) | |
tree | 20174fa8e08c70175b015c137f17d04401ae0c46 /pkgs/development/compilers/gerbil | |
parent | da4aa17343f013c9b5e0873fbc1683e2d8496991 (diff) |
gerbil-unstable: 2020-02-27 -> 2020-05-17
Diffstat (limited to 'pkgs/development/compilers/gerbil')
-rw-r--r-- | pkgs/development/compilers/gerbil/unstable.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/compilers/gerbil/unstable.nix b/pkgs/development/compilers/gerbil/unstable.nix index d14b4f7d349b..e8bf18a64299 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, coreutils, bash }: -callPackage ./build.nix { - version = "unstable-2020-02-27"; - git-version = "0.16-DEV-493-g1ffb74db"; +callPackage ./build.nix rec { + version = "unstable-2020-05-17"; + git-version = "0.16-1-g36a31050"; src = fetchFromGitHub { owner = "vyzo"; repo = "gerbil"; - rev = "1ffb74db5ffd49b4bad751586cef5e619c891d41"; - sha256 = "1szmdp8lvy5gpcwn5bpa7x383m6vywl35xa7hz9a5vs1rq4w2097"; + rev = "36a31050f6c80e7e1a49dfae96a57b2ad0260698"; + sha256 = "0k3fypam9qx110sjxgzxa1mdf5b631w16s9p5v37cb8ll26vqfiv"; }; inherit gambit-support; gambit = gambit-unstable; |