Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
K900
2026-05-18 16:19:13 +03:00
96 changed files with 2896 additions and 806 deletions
@@ -2980,6 +2980,22 @@ with haskellLib;
stripe-concepts = doJailbreak super.stripe-concepts;
stripe-signature = doJailbreak super.stripe-signature;
stripe-wreq = doJailbreak super.stripe-wreq;
# 2026-05-10: Remove again, when hackage bump is recent enough
botan-low = overrideCabal {
version = "0.2.0.1";
sha256 = "sha256-yC+GJDNO58TIc197Mgn/vqpt4fY3YghLhJfmGkQjsxk=";
revision = null;
editedCabalFile = null;
} (warnAfterVersion "0.2.0.1" super.botan-low);
# 2026-05-10: Remove again, when hackage bump is recent enough
botan-bindings = overrideCabal {
version = "0.3.0.0";
sha256 = "sha256-tsarIc3LcUKPgSWZ+xcGPWGO2f9OF6SWHB6nmX/vJYw=";
revision = null;
editedCabalFile = null;
} (warnAfterVersion "0.3.0.0" super.botan-bindings);
}
// import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super