Merge pull request #121973 from marsam/update-protobuf
protobuf: 3.15.7 -> 3.16.0
This commit is contained in:
commit
e8f51f1e3f
6
pkgs/development/libraries/protobuf/3.16.nix
Normal file
6
pkgs/development/libraries/protobuf/3.16.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ callPackage, ... }:
|
||||
|
||||
callPackage ./generic-v3.nix {
|
||||
version = "3.16.0";
|
||||
sha256 = "0jc523ys6xh1fk3l52f5mfqxhb4g8aim1js7330v0fdc3fjr8ncf";
|
||||
}
|
@ -17167,8 +17167,9 @@ in
|
||||
python = python37;
|
||||
};
|
||||
|
||||
protobuf = protobuf3_15;
|
||||
protobuf = protobuf3_16;
|
||||
|
||||
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 { };
|
||||
protobuf3_13 = callPackage ../development/libraries/protobuf/3.13.nix { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user