protobuf3_9: init at 3.9.0

This commit is contained in:
Mario Rodas 2019-07-15 04:20:00 -05:00
parent 29c6947868
commit 1dc889dcf1
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8
2 changed files with 7 additions and 0 deletions

View file

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

View file

@ -12732,6 +12732,7 @@ in
protobuf = protobuf3_7;
protobuf3_9 = callPackage ../development/libraries/protobuf/3.9.nix { };
protobuf3_8 = callPackage ../development/libraries/protobuf/3.8.nix { };
protobuf3_7 = callPackage ../development/libraries/protobuf/3.7.nix { };
protobuf3_6 = callPackage ../development/libraries/protobuf/3.6.nix { };