Merge pull request #87939 from marsam/init-protobuf3_12

protobuf3_12: init at 3.12.0
This commit is contained in:
Mario Rodas 2020-05-16 11:10:56 -05:00 committed by GitHub
commit 2608a278ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{ callPackage, ... }:
callPackage ./generic-v3.nix {
version = "3.12.0";
sha256 = "0ac0v7mx2sf4hwf61074bgh2m1q0rs88c7gc6v910sd7cw7gql3a";
}

View File

@ -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 { };