aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/snappy/.yandex_meta/override.nix
blob: 4ec7e2a3fce1ab73e9e5c1aea9142ce3104159ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
pkgs: attrs: with pkgs; with attrs; rec {
  version = "1.2.1";

  src = fetchFromGitHub {
    owner = "google";
    repo = "snappy";
    rev = version;
    hash = "sha256-IzKzrMDjh+Weor+OrKdX62cAKYTdDXgldxCgNE2/8vk=";
  };

  patches = [];
}