red: 0.6.3 -> 0.6.4

This commit is contained in:
Raimon Grau 2020-08-23 22:45:44 +01:00
parent 4abb13c9b2
commit 1621b5173a

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "red";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
rev = "6a43c767fa2e85d668b83f749158a18e62c30f70";
rev = "755eb943ccea9e78c2cab0f20b313a52404355cb";
owner = "red";
repo = "red";
sha256 = "1zh6xc728bs7r4v5jz1jjrdk0xd838xsxmvy9gfg75a3zffm0slr";
sha256 = "sha256:045rrg9666zczgrwyyyglivzdzja103s52b0fzj7hqmr1fz68q37";
};
rebol = fetchurl {
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
${r2} -qw red.r tests/hello.red
# Compiling the Red console...
${r2} -qw red.r -r environment/console/console.red
${r2} -qw red.r -r environment/console/CLI/console.red
# Generating docs...
cd docs