We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71114ef commit ff3dfa0Copy full SHA for ff3dfa0
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.4";
64
- hash = "sha256-8y5Sd/XYKmOCSILN6/rBWBmbuEgUw8AZo/7MNgFYYZE=";
+ version = "1.10.7";
+ hash = "sha256-BLo4KQstKnowOcMlHXClRRxP5ZXmTpl4rl7D+q+Fajw=";
65
patches = [
66
./patches/1.10/0002-skip-failing-and-flaky-tests.patch
67
];
0 commit comments