Skip to content

Commit

Permalink
Merge pull request NixOS#216803 from joshniemela/master
Browse files Browse the repository at this point in the history
julia_19: 1.9.0-beta2 -> 1.9.0-beta4
  • Loading branch information
NickCao authored Feb 18, 2023
2 parents adc41db + a4f7cd5 commit 63d3f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7293,6 +7293,12 @@
github = "jorsn";
githubId = 4646725;
};
joshniemela = {
name = "Joshua Niemelä";
email = "[email protected]";
github = "joshniemela";
githubId = 88747315;
};
joshuafern = {
name = "Joshua Fern";
email = "[email protected]";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/compilers/julia/1.9.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
pname = "julia";
version = "1.9.0-beta2";
version = "1.9.0-beta4";

src = fetchurl {
url = "https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz";
hash = "sha256-LTQp5vBMOSlwThYpSIv/UNJ9eIU+WId/XWGFxsrQEzs=";
hash = "sha256-Ipfps2wxPV30nbOxDZ0K39jFB1lNz16aXgFhIKBOquM=";
};

patches = [
Expand Down Expand Up @@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
description = "High-level performance-oriented dynamical language for technical computing";
homepage = "https://julialang.org/";
license = licenses.mit;
maintainers = with maintainers; [ nickcao ];
maintainers = with maintainers; [ nickcao joshniemela ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}

0 comments on commit 63d3f5a

Please sign in to comment.