Skip to content

Commit

Permalink
Merge pull request #87939 from marsam/init-protobuf3_12
Browse files Browse the repository at this point in the history
protobuf3_12: init at 3.12.0
  • Loading branch information
marsam committed May 16, 2020
2 parents 3776123 + e534efa commit 2608a27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/protobuf/3.12.nix
@@ -0,0 +1,6 @@
{ callPackage, ... }:

callPackage ./generic-v3.nix {
version = "3.12.0";
sha256 = "0ac0v7mx2sf4hwf61074bgh2m1q0rs88c7gc6v910sd7cw7gql3a";
}
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -14075,6 +14075,7 @@ in

protobuf = protobuf3_8;

protobuf3_12 = callPackage ../development/libraries/protobuf/3.12.nix { };
protobuf3_11 = callPackage ../development/libraries/protobuf/3.11.nix { };
protobuf3_10 = callPackage ../development/libraries/protobuf/3.10.nix { };
protobuf3_9 = callPackage ../development/libraries/protobuf/3.9.nix { };
Expand Down

0 comments on commit 2608a27

Please sign in to comment.