protobuf: 3.13.0.1 -> 3.14.0

https://github.com/protocolbuffers/protobuf/releases/tag/v3.14.0
This commit is contained in:
Mario Rodas
2020-11-13 19:01:00 -05:00
parent 7e35db005f
commit 11453fa436
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,6 @@
{ callPackage, ... }:
callPackage ./generic-v3.nix {
version = "3.14.0";
sha256 = "1k4kkb78kdbz732wsph07v3zy3cz7l1msk2byrfvp0nb02sfl3a4";
}