protobuf: remove 3.4 and 3.5

They have no users in nixpkgs.
This commit is contained in:
Ben Wolsieffer
2019-06-22 14:25:28 -04:00
committed by Jörg Thalheim
parent 4fd6cb7abd
commit 9702cd1acf
3 changed files with 0 additions and 14 deletions

View File

@@ -1,6 +0,0 @@
{ callPackage, lib, ... }:
lib.overrideDerivation (callPackage ./generic-v3.nix {
version = "3.4.1";
sha256 = "1lzxmbqlnmi34kymnf399azv86gmdbrf71xiad6wc24bzpkzqybb";
}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })

View File

@@ -1,6 +0,0 @@
{ callPackage, lib, ... }:
lib.overrideDerivation (callPackage ./generic-v3.nix {
version = "3.5.1.1";
sha256 = "1h4xydr5j2zg1888ncn8a1jvqq8fgpgckrmjg6lqzy9jpkvqvfdk";
}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })