aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/fast_float/.yandex_meta/override.nix
blob: c919ea16d66d977325607762caec19cc363a507c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
self: super: with self; rec {
  name = "fast_float";
  version = "7.0.0";

  src = fetchFromGitHub {
    owner = "fastfloat";
    repo = "fast_float";
    rev = "v${version}";
    hash = "sha256-CG5je117WYyemTe5PTqznDP0bvY5TeXn8Vu1Xh5yUzQ=";
  };
}