Skip to content

Commit

Permalink
Add broken 1.10.1 (olynch#1)
Browse files Browse the repository at this point in the history
* Add broken SHA 1.10.1

* Set default
  • Loading branch information
fivegrant authored Feb 26, 2024
1 parent 45f2d74 commit 5b311fe
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.10.0"
, juliaVersion ? "1.10.1"
, 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.10.0";
juliaVersion = "1.10.1";
};
};
}
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.1" = "sha256-pymCB/cvKyeyqxzjkqbqN6+9H77g8fjRkLBU3KuoeP4=";
"1.10.0" = "sha256-pymCB/cvKyeyqxzjkqbqN6+9H77g8fjRkLBU3KuoeP4=";
"1.10.0-beta2" = "sha256-8aF/WlKYDBZ0Fsvk7aFEGdgY87dphUARVKOlZ4edZHc=";
"1.10.0-beta1" = "sha256-zaOKLdWw7GBcwH/6RO/T6f4QctsmUllT0eJPtDLgv08=";
Expand Down

0 comments on commit 5b311fe

Please sign in to comment.