aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/xxhash/.yandex_meta/override.nix
blob: 02a35200a72498aa47e6f52ecd0eb8e81de4a61f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
self: super: with self; rec {
  pname = "xxHash";
  version = "0.8.2";

  src = fetchFromGitHub {
    owner = "Cyan4973";
    repo = "xxHash";
    rev = "v${version}";
    hash = "sha256-kofPs01jb189LUjYHHt+KxDifZQWl0Hm779711mvWtI=";
  };

  patches = [];
}