protobuf: 3.18.1 -> 3.19.0

This commit is contained in:
Artur Cygan 2021-10-23 20:16:03 +02:00
parent 38e49939da
commit fc50030175
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -18837,8 +18837,9 @@ with pkgs;
prospector = callPackage ../development/tools/prospector { };
protobuf = protobuf3_18;
protobuf = protobuf3_19;
protobuf3_19 = callPackage ../development/libraries/protobuf/3.19.nix { };
protobuf3_18 = callPackage ../development/libraries/protobuf/3.18.nix { };
protobuf3_17 = callPackage ../development/libraries/protobuf/3.17.nix { };
protobuf3_16 = callPackage ../development/libraries/protobuf/3.16.nix { };