We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f1080 commit c806233Copy full SHA for c806233
pkgs/development/compilers/julia/default.nix
@@ -60,8 +60,8 @@ in
60
{ });
61
julia_110 = wrapJulia (callPackage
62
(import ./generic.nix {
63
- version = "1.10.7";
64
- hash = "sha256-BLo4KQstKnowOcMlHXClRRxP5ZXmTpl4rl7D+q+Fajw=";
+ version = "1.10.8";
+ hash = "sha256-NPojubjOgy32CWlD/TDzI764Ca7cMsFj9r7vUdUW9Oc=";
65
patches = [
66
./patches/1.10/0002-skip-failing-and-flaky-tests.patch
67
];
0 commit comments