aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/.yandex_meta/override.nix
blob: 38414e72297f1a1512d8e9f0ac9da40a6aadee83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgs: attrs: with pkgs; with attrs; rec {
  version = "3.12.7";

  src = fetchFromGitHub {
    owner = "python";
    repo = "cpython";
    rev = "v${version}";
    hash = "sha256-do8N5njMyYapDRyjDWYsIifRlhJKVumSAE1HrWWHvdM=";
  };

  patches = [];
  postPatch = "";
}