Merge pull request #230966 from GaetanLepage/julia

julia: 1.8.5 -> 1.9.0
This commit is contained in:
Nick Cao 2023-05-10 14:08:32 +08:00 committed by GitHub
commit 3b1d3f9e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "julia";
version = "1.9.0-rc1";
version = "1.9.0";
src = fetchurl {
url = "https://github.com/JuliaLang/julia/releases/download/v${version}/julia-${version}-full.tar.gz";
hash = "sha256-BjHuS1pP8S+iZndyGS8HiNzApr7xUYPRPRkX55DEy4Y=";
hash = "sha256-Ii61M8ncVHNJSes6QWn1Su+hvCC+OF/Bz3mMghn+ZAA=";
};
patches = [

View file

@ -15517,7 +15517,7 @@ with pkgs;
juniper = callPackage ../development/compilers/juniper { };
julia-lts = julia_16-bin;
julia-stable = julia_18;
julia-stable = julia_19;
julia = julia-stable;
julia_16-bin = callPackage ../development/compilers/julia/1.6-bin.nix { };