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

  src = fetchFromGitHub {
    owner = "nghttp2";
    repo = "nghttp2";
    rev = "v${version}";
    hash = "sha256-Mw2MttT2BC65w/GRqFCMj4hDlSNxCsdN3Q1nOawfJSk=";
  };

  patches = [];

  # Add autoreconfHook to run ./autogen.sh during preConfigure stage
  nativeBuildInputs = [ autoreconfHook pkg-config ];
}