aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/lz4/.yandex_meta/override.nix
blob: 2ac5a43942bf1cd60fb270e8771cdebcb07b3eac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
self: super: with self; rec {
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "lz4";
    repo = "lz4";
    rev = "v${version}";
    hash = "sha256-/dG1n59SKBaEBg72pAWltAtVmJ2cXxlFFhP+klrkTos=";
  };

  patches = [];
}