Merge pull request #261601 from r-ryantm/auto-update/chez

chez: 9.6.2 -> 9.6.4

authored by Mario Rodas and committed by GitHub edc8136d 85087550

+2 -2
+2 -2
pkgs/development/compilers/chez/default.nix
··· 5 5 6 6 stdenv.mkDerivation (finalAttrs: { 7 7 pname = "chez-scheme"; 8 - version = "9.6.2"; 8 + version = "9.6.4"; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/cisco/ChezScheme/releases/download/v${finalAttrs.version}/csv${finalAttrs.version}.tar.gz"; 12 - hash = "sha256-cUaVeJ4brTUY5s1fvIroIE92ED1a0roFo/HAY+stXQI="; 12 + hash = "sha256-9YJ2gvolnEeXX/4Hh4X7Vh5KXFT3ZDMe9mwyEyhDaF0="; 13 13 }; 14 14 15 15 nativeBuildInputs = lib.optional stdenv.isDarwin cctools;