j: 901f -> 902b

This commit is contained in:
Patrick Hilhorst 2021-05-01 21:58:31 +02:00
parent ada3e19b7a
commit 38499a3b08
No known key found for this signature in database
GPG key ID: 3BB083304DADC0FF
2 changed files with 6 additions and 4 deletions

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "j";
version = "901";
jtype = "release-f";
version = "902";
jtype = "release-b";
src = fetchFromGitHub {
owner = "jsoftware";
repo = "jsource";
rev = "j${version}-${jtype}";
sha256 = "1776021m0j1aanzwg60by83n53pw7i6afd5wplfzczwk8bywax4p";
sha256 = "0j67vgikqflwjqacsdicasvyv1k54s2c8vjgwmf0ix7l41p4xqz0";
name = "jsource";
};

View file

@ -11808,7 +11808,9 @@ in
io = callPackage ../development/interpreters/io { };
j = callPackage ../development/interpreters/j {};
j = callPackage ../development/interpreters/j {
stdenv = clangStdenv;
};
janet = callPackage ../development/interpreters/janet {};