chez: 10.4.0 -> 10.4.1

This commit is contained in:
R. Ryantm
2026-05-13 09:07:27 +00:00
parent 20e26bfefa
commit 083b954f31
+2 -2
View File
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "chez-scheme";
version = "10.4.0";
version = "10.4.1";
src = fetchFromGitHub {
owner = "cisco";
repo = "ChezScheme";
tag = "v${finalAttrs.version}";
hash = "sha256-eZws5ezk5nCZglVBvdhOGp5CnfwiHTAGPb6+w+BHemk=";
hash = "sha256-7b7I+g4h05BRI2lLAlwlIBw5KxKAai1lU8TESACaSYg=";
# Vendored nanopass and stex
fetchSubmodules = true;
};