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-06-01 01:35:11 +02:00
{ callPackage, abseil-cpp, ... }:
callPackage ./generic-v3-cmake.nix {
version = "3.21.2";
sha256 = "sha256-DUv07pWiZV7jNeSA2ClDOz9DY0x/hiJynxkbSTeJOSs=";
}