protobuf: 3.6 -> 3.7

This commit is contained in:
Florian Franzen 2019-03-09 15:20:47 +01:00 committed by Robert Schütz
parent d1feec73e4
commit 985b9e47b8
2 changed files with 8 additions and 1 deletions

View file

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

View file

@ -12085,8 +12085,9 @@ in
buildPythonApplication click future six;
};
protobuf = protobuf3_6;
protobuf = protobuf3_7;
protobuf3_7 = callPackage ../development/libraries/protobuf/3.7.nix { };
protobuf3_6 = callPackage ../development/libraries/protobuf/3.6.nix { };
protobuf3_5 = callPackage ../development/libraries/protobuf/3.5.nix { };
protobuf3_4 = callPackage ../development/libraries/protobuf/3.4.nix { };