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

Change-Id: Ifa5dfd31fbdef3d335223866012977e28024e8e2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5516
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
sterni 2022-05-02 23:24:20 +02:00 committed by clbot
parent 203a06390f
commit 3d006181e3
2 changed files with 12 additions and 24 deletions

View file

@ -99,18 +99,6 @@ in
};
});
# Fix compilation with GCC 11. Can be removed when
# https://github.com/NixOS/nixpkgs/pull/170157 lands in channels.
barrier = super.barrier.overrideAttrs (old: {
patches = old.patches or [ ] ++ [
(self.fetchpatch {
name = "barrier-gcc-11.patch";
url = "https://github.com/debauchee/barrier/commit/4b12265ae5d324b942698a3177e1d8b1749414d7.patch";
sha256 = "02a1hm07xgbs4d3529r2yj9vgxn1mix4y367hyw5h11kpczk2cva";
})
];
});
python38 = super.python38.override {
packageOverrides = pySelf: pySuper: {
backports-zoneinfo = pySuper.backports-zoneinfo.overridePythonAttrs (_: {