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

  src = fetchFromGitHub {
    owner = "protocolbuffers";
    repo = "protobuf";
    rev = "v${version}";
    hash = "sha256-70SSdx7wzcNBS50/2M64SU5LRZ1LgrRHfCBjeBrJpGc=";
  };
}