Merge pull request #125446 from marsam/update-protobuf
protobuf: 3.16.0 -> 3.17.3
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ callPackage, ... }:
|
||||
|
||||
callPackage ./generic-v3.nix {
|
||||
version = "3.17.3";
|
||||
sha256 = "08644kaxhpjs38q5q4fp01yr0wakg1ijha4g3lzp2ifg7y3c465d";
|
||||
}
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user