We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000133b commit 849e76fCopy full SHA for 849e76f
pkgs/development/compilers/julia/default.nix
@@ -69,8 +69,8 @@ in
69
{ });
70
julia_111 = wrapJulia (callPackage
71
(import ./generic.nix {
72
- version = "1.11.1";
73
- hash = "sha256-pJuATeboagP+Jsc/WIUeruH/JD1yBPK1rk28XB3CdY0=";
+ version = "1.11.2";
+ hash = "sha256-pzZblplE8n3w2FY3FsqXaeB/P3e5+fu0i80RTd91LKQ=";
74
patches = [
75
./patches/1.11/0002-skip-failing-and-flaky-tests.patch
76
];
0 commit comments