protobuf3_2: init at 3.2

This commit is contained in:
Edward Tjörnhammar
2017-02-27 10:52:21 +01:00
parent fa367c2d02
commit 5e44b5e299
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,6 @@
{ callPackage, lib, ... }:
lib.overrideDerivation (callPackage ./generic-v3.nix {
version = "3.2.0";
sha256 = "120g0bg7ichry74allgmqnh7k0z2sdnrrfklb58b7szzn4zcdz14";
}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })