Unverified Commit d41e5fd8 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

chez: 10.3.0 -> 10.4.0 (#516603)

parents 094579a0 fa779238
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "chez-scheme";
  version = "10.3.0";
  version = "10.4.0";

  src = fetchFromGitHub {
    owner = "cisco";
    repo = "ChezScheme";
    tag = "v${finalAttrs.version}";
    hash = "sha256-5h9W4Tdn8EKEhdecKttLOn8J2OfNp5iaIg017UIk3CI=";
    hash = "sha256-eZws5ezk5nCZglVBvdhOGp5CnfwiHTAGPb6+w+BHemk=";
    # Vendored nanopass and stex
    fetchSubmodules = true;
  };