protobuf3_20: init at 3.20.1

This commit is contained in:
Jonathan Ringer 2022-04-20 16:04:52 -07:00 committed by Jonathan Ringer
parent 5c38e6b3d2
commit 436f9e14b1
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{ callPackage, abseil-cpp, ... }:
callPackage ./generic-v3.nix {
version = "3.20.1";
sha256 = "sha256-pAMacD0UQetqysZHszu5slPqp0iREtDmHFv1cgcUBJA=";
}

View file

@ -20527,6 +20527,7 @@ with pkgs;
protobuf = protobuf3_19;
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 { };
protobuf3_11 = callPackage ../development/libraries/protobuf/3.11.nix { };