fmt: fmt_11 -> fmt_12 (#452498)

This commit is contained in:
dotlambda
2025-10-18 20:49:26 +00:00
committed by GitHub
2 changed files with 12 additions and 2 deletions
@@ -97,4 +97,9 @@ in
})
];
};
fmt_12 = generic {
version = "12.0.0";
hash = "sha256-AZDmIeU1HbadC+K0TIAGogvVnxt0oE9U6ocpawIgl6g=";
};
}
+7 -2
View File
@@ -7253,9 +7253,14 @@ with pkgs;
fltk = fltk13;
fltk-minimal = fltk13-minimal;
inherit (callPackages ../development/libraries/fmt { }) fmt_9 fmt_10 fmt_11;
inherit (callPackages ../development/libraries/fmt { })
fmt_9
fmt_10
fmt_11
fmt_12
;
fmt = fmt_11;
fmt = fmt_12;
fplll = callPackage ../development/libraries/fplll { };
fplll_20160331 = callPackage ../development/libraries/fplll/20160331.nix { };