julia: 1.8.5 -> 1.9.0

This commit is contained in:
Gaetan Lepage 2023-05-09 23:22:09 +02:00
parent 4487c14ec3
commit 2f82431c7f
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

@ -15508,7 +15508,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 { };