0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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 in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "chez-scheme"; pname = "chez-scheme";
version = "10.1.0"; version = "10.2.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/cisco/ChezScheme/releases/download/v${finalAttrs.version}/csv${finalAttrs.version}.tar.gz"; 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 = nativeBuildInputs =