julia_110: 1.10.7 -> 1.10.8

This commit is contained in:
Nick Cao
2025-01-25 14:38:15 -05:00
parent 79f1080f28
commit c806233552
+2 -2
View File
@@ -60,8 +60,8 @@ in
{ });
julia_110 = wrapJulia (callPackage
(import ./generic.nix {
version = "1.10.7";
hash = "sha256-BLo4KQstKnowOcMlHXClRRxP5ZXmTpl4rl7D+q+Fajw=";
version = "1.10.8";
hash = "sha256-NPojubjOgy32CWlD/TDzI764Ca7cMsFj9r7vUdUW9Oc=";
patches = [
./patches/1.10/0002-skip-failing-and-flaky-tests.patch
];