stack: change dep from hpack-0.37.0 to hpack-0.38.0 to match upstream

This commit is contained in:
Dennis Gosnell
2025-04-07 08:31:00 +09:00
parent c2f61a2eec
commit 1b18bd3dd7
@@ -2088,6 +2088,14 @@ self: super:
)
);
stack = super.stack.overrideScope (
self: super: {
# stack needs to be built with the same hpack version that the upstream releases use.
# https://github.com/NixOS/nixpkgs/issues/223390
hpack = self.hpack_0_38_0;
}
);
# ShellCheck < 0.10.0 needs to be adjusted for changes in fgl >= 5.8
# https://github.com/koalaman/shellcheck/issues/2677
ShellCheck_0_9_0 = doJailbreak (