Merge pull request #47307 from orivej/protobuf

protobuf3_6: init at 3.6.1
This commit is contained in:
Orivej Desh (NixOS) 2018-09-25 02:20:51 +00:00 committed by GitHub
commit 9942ceef1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{ callPackage, ... }:
callPackage ./generic-v3.nix {
version = "3.6.1";
sha256 = "1bg40miylzpy2wgbd7l7zjgmk43l12q38fq0zkn0vzy1lsj457sq";
}

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
# make sure you test also -A pythonPackages.protobuf
src = fetchFromGitHub {
owner = "google";
owner = "protocolbuffers";
repo = "protobuf";
rev = "v${version}";
inherit sha256;

View file

@ -11645,6 +11645,7 @@ with pkgs;
protobuf = protobuf3_4;
protobuf3_6 = callPackage ../development/libraries/protobuf/3.6.nix { };
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 { };