Skip to content

Commit

Permalink
updated julia to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olynch committed Jan 18, 2024
1 parent 42e75bf commit 45f2d74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fhs.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, pkgs
, enableJulia ? true
, juliaVersion ? "1.9.3"
, juliaVersion ? "1.10.0"
, enableConda ? false
, enablePython ? false
, enableQuarto ? true
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
packages.x86_64-linux.scientific-fhs = pkgs.callPackage ./fhs.nix {
enableNVIDIA = false;
enableGraphical = true;
juliaVersion = "1.9.3";
juliaVersion = "1.10.0";
};
};
}
1 change: 1 addition & 0 deletions julia.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

let
versionShas = {
"1.10.0" = "sha256-pymCB/cvKyeyqxzjkqbqN6+9H77g8fjRkLBU3KuoeP4=";
"1.10.0-beta2" = "sha256-8aF/WlKYDBZ0Fsvk7aFEGdgY87dphUARVKOlZ4edZHc=";
"1.10.0-beta1" = "sha256-zaOKLdWw7GBcwH/6RO/T6f4QctsmUllT0eJPtDLgv08=";
"1.9.3" = "sha256-12ZwzJuj4P1MFUXdPQAmnAaUl2oRdjEnlevOFpLTI9E=";
Expand Down

0 comments on commit 45f2d74

Please sign in to comment.