Skip to content

Commit

Permalink
Merge pull request #121428 from Synthetica9/j902
Browse files Browse the repository at this point in the history
j: 901f -> 902b
  • Loading branch information
7c6f434c authored May 1, 2021
2 parents 2aa1333 + 38499a3 commit 4397711
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/j/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11826,7 +11826,9 @@ in

io = callPackage ../development/interpreters/io { };

j = callPackage ../development/interpreters/j {};
j = callPackage ../development/interpreters/j {
stdenv = clangStdenv;
};

janet = callPackage ../development/interpreters/janet {};

Expand Down

0 comments on commit 4397711

Please sign in to comment.