mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
haskell-matterhorn: update overrides for latest versions of brick and vty
This commit is contained in:
parent
e9b4f98f3e
commit
ed881aa3dd
@ -317,8 +317,8 @@ self: super: {
|
||||
|
||||
# Needs the latest version of vty and brick.
|
||||
matterhorn = super.matterhorn.overrideScope (self: super: {
|
||||
brick = self.brick_0_56;
|
||||
vty = self.vty_5_30;
|
||||
brick = self.brick_0_57;
|
||||
vty = self.vty_5_31;
|
||||
});
|
||||
|
||||
memcache = dontCheck super.memcache;
|
||||
|
Loading…
Reference in New Issue
Block a user