We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a647 commit 532256eCopy full SHA for 532256e
1 file changed
pkgs/by-name/ch/chez/package.nix
@@ -22,11 +22,11 @@ let
22
in
23
stdenv.mkDerivation (finalAttrs: {
24
pname = "chez-scheme";
25
- version = "10.1.0";
+ version = "10.2.0";
26
27
src = fetchurl {
28
url = "https://github.com/cisco/ChezScheme/releases/download/v${finalAttrs.version}/csv${finalAttrs.version}.tar.gz";
29
- hash = "sha256-kYGmyMSrXl0y2Hn/FZ0zWlDU+LOIYRriKiY+kyw1OYs=";
+ hash = "sha256-t5WRbUz+1ZJAxfRLG1B6hlfv0o5i5y4TTQNIbp8+N0o=";
30
};
31
32
nativeBuildInputs =
0 commit comments