chez: 9.5.6 -> 9.5.8 ()

This commit is contained in:
wahjava 2022-05-01 10:02:30 +00:00 committed by GitHub
parent 322da3ec00
commit c6658871e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "chez-scheme"; pname = "chez-scheme";
version = "9.5.6"; version = "9.5.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cisco"; owner = "cisco";
repo = "ChezScheme"; repo = "ChezScheme";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-1C5fEbVIpFXlDQ5wFmYZ2nrDUq9jBmvnku/7f0MH7vc="; sha256 = "sha256-esCWEzny/I+Ors6+upKlt4h13oN0bRLWN9OTKuSqdl8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };