Merge pull request #125446 from marsam/update-protobuf

protobuf: 3.16.0 -> 3.17.3
This commit is contained in:
Mario Rodas 2021-06-19 19:23:10 -05:00 committed by GitHub
commit d2875aa3f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -17694,8 +17694,9 @@ in
python = python37;
};
protobuf = protobuf3_16;
protobuf = protobuf3_17;
protobuf3_17 = callPackage ../development/libraries/protobuf/3.17.nix { };
protobuf3_16 = callPackage ../development/libraries/protobuf/3.16.nix { };
protobuf3_15 = callPackage ../development/libraries/protobuf/3.15.nix { };
protobuf3_14 = callPackage ../development/libraries/protobuf/3.14.nix { };