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

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

chez: 9.5.8 -> 9.5.8a
parents c5b46371 51d930f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "chez-scheme";
  version = "9.5.8";
  version = "9.5.8a";

  src = fetchFromGitHub {
    owner  = "cisco";
    repo   = "ChezScheme";
    rev    = "refs/tags/v${version}";
    sha256 = "sha256-esCWEzny/I+Ors6+upKlt4h13oN0bRLWN9OTKuSqdl8=";
    sha256 = "sha256-d8DgHATZzZbOYODHFKTqg4oWg/wja8jQgcCVpj8j6yQ=";
    fetchSubmodules = true;
  };