protobuf3_20: init at 3.20.1
This commit is contained in:
parent
5c38e6b3d2
commit
436f9e14b1
2 changed files with 7 additions and 0 deletions
6
pkgs/development/libraries/protobuf/3.20.nix
Normal file
6
pkgs/development/libraries/protobuf/3.20.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ callPackage, abseil-cpp, ... }:
|
||||
|
||||
callPackage ./generic-v3.nix {
|
||||
version = "3.20.1";
|
||||
sha256 = "sha256-pAMacD0UQetqysZHszu5slPqp0iREtDmHFv1cgcUBJA=";
|
||||
}
|
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue