haskell-brick: update overrides to latest version

This commit is contained in:
Peter Simons 2020-02-07 11:09:58 +01:00
parent ddb6d70051
commit 44d258777c
2 changed files with 2 additions and 2 deletions

View File

@ -1350,7 +1350,7 @@ self: super: {
# There are more complicated ways of doing this but I was able to make it fairly simple -- kiwi
matterhorn = doJailbreak (super.matterhorn.override {
brick-skylighting = self.brick-skylighting.override {
brick = self.brick_0_50_1;
brick = self.brick_0_51;
};
});

View File

@ -70,7 +70,7 @@ self: super: {
xmobar = doJailbreak super.xmobar;
# use latest version to fix the build
brick = self.brick_0_50_1;
brick = self.brick_0_51;
dbus = self.dbus_1_2_11;
doctemplates = self.doctemplates_0_8;
exact-pi = doJailbreak super.exact-pi;