nixpkgs-suyu/pkgs/development/libraries/protobuf/3.20.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
156 B
Nix
Raw Normal View History

2022-04-21 01:04:52 +02:00
{ callPackage, abseil-cpp, ... }:
callPackage ./generic-v3.nix {
version = "3.20.1";
sha256 = "sha256-pAMacD0UQetqysZHszu5slPqp0iREtDmHFv1cgcUBJA=";
}