Skip to content

Commit 933d999

Browse files
committed
Fix ghc912X
1 parent f505094 commit 933d999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let
1212
"9.12" = "9.12.1";
1313
};
1414
gitInputs = {
15-
ghc912X = "9.12.0";
15+
ghc912X = "9.12.1";
1616
ghc913 = "9.13";
1717
};
1818
versionToNixName = v: "ghc${builtins.replaceStrings ["."] [""] v}";

0 commit comments

Comments
 (0)