protobuf3_17: init at 3.17.3

This commit is contained in:
Mario Rodas 2021-06-02 04:20:00 +00:00
parent 593a9cc7a3
commit c9e55f1c90
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -17696,6 +17696,7 @@ in
protobuf = protobuf3_16;
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 { };