aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/sparsehash/.yandex_meta/override.nix
blob: 06a17258bcabb9259a954ae6fff2a8a14efbd415 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
pkgs: attrs: with pkgs; with attrs; rec {
  version = "2.0.4";

  src = fetchFromGitHub {
    owner = "sparsehash";
    repo = "sparsehash";
    rev = "sparsehash-${version}";
    sha256 = "1pf1cjvcjdmb9cd6gcazz64x0cd2ndpwh6ql2hqpypjv725xwxy7";
  };
}