julia_111: 1.11.5 -> 1.11.6

This commit is contained in:
Weijia Wang
2025-07-11 22:49:57 -05:00
parent 2cc3ecba01
commit aa9abfd720

View File

@@ -79,8 +79,8 @@ in
);
julia_111 = wrapJulia (
callPackage (import ./generic.nix {
version = "1.11.5";
hash = "sha256-FHYm22toh7+2YSy2zSpI1omAZkn6403HSf3cg3XCxiU=";
version = "1.11.6";
hash = "sha256-smje9BrcF0lsPg59y14nssvmocYcePZGNUTF9Mc0Foo=";
patches = [
./patches/1.11/0002-skip-failing-and-flaky-tests.patch
];