chez: 10.1.0 -> 10.2.0

This commit is contained in:
R. Ryantm 2025-05-07 07:21:04 +00:00 committed by Austin Seipp
parent 80594614ad
commit 8062ce3b45

View file

@ -22,11 +22,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "chez-scheme";
version = "10.1.0";
version = "10.2.0";
src = fetchurl {
url = "https://github.com/cisco/ChezScheme/releases/download/v${finalAttrs.version}/csv${finalAttrs.version}.tar.gz";
hash = "sha256-kYGmyMSrXl0y2Hn/FZ0zWlDU+LOIYRriKiY+kyw1OYs=";
hash = "sha256-t5WRbUz+1ZJAxfRLG1B6hlfv0o5i5y4TTQNIbp8+N0o=";
};
nativeBuildInputs =