nixpkgs/pkgs/development/libraries/protobuf/3.21.nix

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

7 lines
162 B
Nix
Raw Normal View History

2022-05-31 23:35:11 +00:00
{ callPackage, abseil-cpp, ... }:
callPackage ./generic-v3-cmake.nix {
version = "3.21.6";
sha256 = "sha256-6Omd2O/eIZIgod3YV+zIIv+GqT+trith6+eepFEJIWM=";
2022-05-31 23:35:11 +00:00
}