aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/yaml-cpp/.yandex_meta/override.nix
blob: 42c5d9d01088a6ea0a40dd9e0f56cf05cf140a4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
pkgs: attrs: with pkgs; with attrs; rec {
  version = "0.8.0";

  src = fetchFromGitHub {
    owner = "jbeder";
    repo = "yaml-cpp";
    rev = version;
    hash = "sha256-J87oS6Az1/vNdyXu3L7KmUGWzU0IAkGrGMUUha+xDXI=";
  };
}