Unverified Commit edc8136d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

chez: 9.6.2 -> 9.6.4
parents 85087550 300d85cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "chez-scheme";
  version = "9.6.2";
  version = "9.6.4";

  src = fetchurl {
    url = "https://github.com/cisco/ChezScheme/releases/download/v${finalAttrs.version}/csv${finalAttrs.version}.tar.gz";
    hash = "sha256-cUaVeJ4brTUY5s1fvIroIE92ED1a0roFo/HAY+stXQI=";
    hash = "sha256-9YJ2gvolnEeXX/4Hh4X7Vh5KXFT3ZDMe9mwyEyhDaF0=";
  };

  nativeBuildInputs = lib.optional stdenv.isDarwin cctools;