nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

chez: 9.5.8 -> 9.5.8a

+2 -2
+2 -2
pkgs/development/compilers/chez/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "chez-scheme"; 8 - version = "9.5.8"; 8 + version = "9.5.8a"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "cisco"; 12 12 repo = "ChezScheme"; 13 13 rev = "refs/tags/v${version}"; 14 - sha256 = "sha256-esCWEzny/I+Ors6+upKlt4h13oN0bRLWN9OTKuSqdl8="; 14 + sha256 = "sha256-d8DgHATZzZbOYODHFKTqg4oWg/wja8jQgcCVpj8j6yQ="; 15 15 fetchSubmodules = true; 16 16 }; 17 17