protobuf3_12: init at 3.12.0
Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.0
This commit is contained in:
parent
9c25fd7f40
commit
e534efaae8
|
@ -0,0 +1,6 @@
|
|||
{ callPackage, ... }:
|
||||
|
||||
callPackage ./generic-v3.nix {
|
||||
version = "3.12.0";
|
||||
sha256 = "0ac0v7mx2sf4hwf61074bgh2m1q0rs88c7gc6v910sd7cw7gql3a";
|
||||
}
|
|
@ -14075,6 +14075,7 @@ in
|
|||
|
||||
protobuf = protobuf3_8;
|
||||
|
||||
protobuf3_12 = callPackage ../development/libraries/protobuf/3.12.nix { };
|
||||
protobuf3_11 = callPackage ../development/libraries/protobuf/3.11.nix { };
|
||||
protobuf3_10 = callPackage ../development/libraries/protobuf/3.10.nix { };
|
||||
protobuf3_9 = callPackage ../development/libraries/protobuf/3.9.nix { };
|
||||
|
|
Loading…
Reference in New Issue