protobuf: make 3.12.x default

This commit is contained in:
Pavol Rusnak 2020-06-22 00:03:03 +02:00
parent d489409aaa
commit 5aa7c0c825
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 2 deletions

View File

@ -14402,7 +14402,7 @@ in
python = python37;
};
protobuf = protobuf3_8;
protobuf = protobuf3_12;
protobuf3_12 = callPackage ../development/libraries/protobuf/3.12.nix { };
protobuf3_11 = callPackage ../development/libraries/protobuf/3.11.nix { };

View File

@ -5322,7 +5322,7 @@ in {
protobuf = callPackage ../development/python-modules/protobuf {
disabled = isPyPy;
doCheck = !isPy3k;
protobuf = pkgs.protobuf3_8;
protobuf = pkgs.protobuf3_12;
};
psd-tools = callPackage ../development/python-modules/psd-tools { };