protobuf3_21: init at 3.21.2

This commit is contained in:
Jonathan Ringer 2022-05-31 16:35:11 -07:00 committed by Jonathan Ringer
parent 436f9e14b1
commit 950a258b9e
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{ callPackage, abseil-cpp, ... }:
callPackage ./generic-v3-cmake.nix {
version = "3.21.2";
sha256 = "sha256-DUv07pWiZV7jNeSA2ClDOz9DY0x/hiJynxkbSTeJOSs=";
}

View File

@ -20527,6 +20527,7 @@ with pkgs;
protobuf = protobuf3_19;
protobuf3_21 = callPackage ../development/libraries/protobuf/3.21.nix { };
protobuf3_20 = callPackage ../development/libraries/protobuf/3.20.nix { };
protobuf3_19 = callPackage ../development/libraries/protobuf/3.19.nix { };
protobuf3_17 = callPackage ../development/libraries/protobuf/3.17.nix { };