chez: 10.2.0 -> 10.3.0 (#457263)
This commit is contained in:
@@ -33,13 +33,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "chez-scheme";
|
pname = "chez-scheme";
|
||||||
version = "10.2.0";
|
version = "10.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cisco";
|
owner = "cisco";
|
||||||
repo = "ChezScheme";
|
repo = "ChezScheme";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-wAEnuC6hktCK/l00G48jYD9fwdyiXkzHjC2YYVeCJXo=";
|
hash = "sha256-5h9W4Tdn8EKEhdecKttLOn8J2OfNp5iaIg017UIk3CI=";
|
||||||
# Vendored nanopass and stex
|
# Vendored nanopass and stex
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user