nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1self: rec {
2 mistune_0_8 = self.callPackage ./common.nix {
3 version = "0.8.4";
4 sha256 = "59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e";
5 };
6 mistune_2_0 = self.callPackage ./common.nix {
7 version = "2.0.2";
8 sha256 = "sha256-b8iMPLSduosWaHtBcl5mHPhXhMEuiXSim50zbdWWw6E=";
9 format = "pyproject";
10 };
11 mistune = mistune_0_8;
12}