Skip to content

Commit

Permalink
protobuf: 3.4.0 -> {3.4.1, 3.5.1.1}
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Feb 23, 2018
1 parent 8d490ca commit 4bbd690
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/protobuf/3.4.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ callPackage, lib, ... }:

lib.overrideDerivation (callPackage ./generic-v3.nix {
version = "3.4.0";
sha256 = "0385j54kgr71h0cxh5vqr81qs57ack2g2k9mcdbq188v4ckjacyx";
version = "3.4.1";
sha256 = "1lzxmbqlnmi34kymnf399azv86gmdbrf71xiad6wc24bzpkzqybb";
}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })
6 changes: 6 additions & 0 deletions pkgs/development/libraries/protobuf/3.5.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ callPackage, lib, ... }:

lib.overrideDerivation (callPackage ./generic-v3.nix {
version = "3.5.1.1";
sha256 = "1h4xydr5j2zg1888ncn8a1jvqq8fgpgckrmjg6lqzy9jpkvqvfdk";
}) (attrs: { NIX_CFLAGS_COMPILE = "-Wno-error"; })
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10769,8 +10769,10 @@ with pkgs;

postgis = callPackage ../development/libraries/postgis { };

protobuf = callPackage ../development/libraries/protobuf/3.4.nix { };
protobuf = protobuf3_5;

protobuf3_5 = callPackage ../development/libraries/protobuf/3.5.nix { };
protobuf3_4 = callPackage ../development/libraries/protobuf/3.4.nix { };
protobuf3_1 = callPackage ../development/libraries/protobuf/3.1.nix { };
protobuf2_5 = callPackage ../development/libraries/protobuf/2.5.nix { };

Expand Down

0 comments on commit 4bbd690

Please sign in to comment.