haskellPackages.botan-bindings: 0.2.0.0 -> 0.3.0.0

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil
2026-05-10 19:32:53 +02:00
parent e3512cc0ea
commit 6458bafb72

View File

@@ -3359,6 +3359,14 @@ with haskellLib;
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