protobuf3_21: init at 3.21.2
This commit is contained in:
parent
436f9e14b1
commit
950a258b9e
6
pkgs/development/libraries/protobuf/3.21.nix
Normal file
6
pkgs/development/libraries/protobuf/3.21.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ callPackage, abseil-cpp, ... }:
|
||||
|
||||
callPackage ./generic-v3-cmake.nix {
|
||||
version = "3.21.2";
|
||||
sha256 = "sha256-DUv07pWiZV7jNeSA2ClDOz9DY0x/hiJynxkbSTeJOSs=";
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user