chore(3p/sources): Bump channels & overlays

* //3p/overlays/haskell: upstream has the correct version of graphmod
  now, but the updated meta set is not yet in the channel.

Change-Id: I55f23c6145d71346ced77d3c349e712f29752b9d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7730
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
sterni 2023-01-02 16:58:39 +01:00 committed by clbot
parent 18481db54d
commit 7b88e4fa9b
3 changed files with 15 additions and 48 deletions

View file

@ -30,9 +30,9 @@ in
dhall = dhall-source "dhall" hsSuper.dhall;
dhall-nix = dhall-source "dhall-nix" hsSuper.dhall-nix;
# Use recently-released version that has 9.2 support
graphmod = assert hsSuper.graphmod != "1.4.5.1";
hsSelf.callPackage ./extra-pkgs/graphmod-1.4.5.1.nix { };
# Wait for upstream to remove the broken flag
graphmod = assert hsSuper.graphmod.meta.broken;
haskellLib.markUnbroken hsSuper.graphmod;
};
};