julia_110: 1.10.4 -> 1.10.7

This commit is contained in:
Nick Cao
2025-01-25 14:38:15 -05:00
parent 9f8f053137
commit d9fa300f8b
+2 -2
View File
@@ -60,8 +60,8 @@ in
{ });
julia_110 = wrapJulia (callPackage
(import ./generic.nix {
version = "1.10.4";
hash = "sha256-8y5Sd/XYKmOCSILN6/rBWBmbuEgUw8AZo/7MNgFYYZE=";
version = "1.10.7";
hash = "sha256-BLo4KQstKnowOcMlHXClRRxP5ZXmTpl4rl7D+q+Fajw=";
patches = [
./patches/1.10/0002-skip-failing-and-flaky-tests.patch
];