gerbil-unstable: 2020-02-27 -> 2020-05-17
This commit is contained in:
parent
da4aa17343
commit
756c8a27d9
@ -1,13 +1,13 @@
|
|||||||
{ callPackage, fetchFromGitHub, gambit-unstable, gambit-support, coreutils, bash }:
|
{ callPackage, fetchFromGitHub, gambit-unstable, gambit-support, coreutils, bash }:
|
||||||
|
|
||||||
callPackage ./build.nix {
|
callPackage ./build.nix rec {
|
||||||
version = "unstable-2020-02-27";
|
version = "unstable-2020-05-17";
|
||||||
git-version = "0.16-DEV-493-g1ffb74db";
|
git-version = "0.16-1-g36a31050";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vyzo";
|
owner = "vyzo";
|
||||||
repo = "gerbil";
|
repo = "gerbil";
|
||||||
rev = "1ffb74db5ffd49b4bad751586cef5e619c891d41";
|
rev = "36a31050f6c80e7e1a49dfae96a57b2ad0260698";
|
||||||
sha256 = "1szmdp8lvy5gpcwn5bpa7x383m6vywl35xa7hz9a5vs1rq4w2097";
|
sha256 = "0k3fypam9qx110sjxgzxa1mdf5b631w16s9p5v37cb8ll26vqfiv";
|
||||||
};
|
};
|
||||||
inherit gambit-support;
|
inherit gambit-support;
|
||||||
gambit = gambit-unstable;
|
gambit = gambit-unstable;
|
||||||
|
Loading…
Reference in New Issue
Block a user