protobuf: update to 3.21.x

Required for the latest python google-api-core version.
This commit is contained in:
Martin Weinelt
2022-09-19 10:37:49 +02:00
parent e7cf8da2d0
commit 6aa094d753
+1 -1
View File
@@ -21155,7 +21155,7 @@ with pkgs;
prospector = callPackage ../development/tools/prospector { };
protobuf = protobuf3_19;
protobuf = protobuf3_21;
protobuf3_21 = callPackage ../development/libraries/protobuf/3.21.nix { };
protobuf3_20 = callPackage ../development/libraries/protobuf/3.20.nix { };