Commit 198a30ff authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

protobuf_32: init at 32.0

parent b83b21b8
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{ callPackage, ... }@args:

callPackage ./generic.nix (
  {
    version = "32.0";
    hash = "sha256-kiA0P6ZU0i9vxpNjlusyMsFkvDb5DkoiH6FwE/q8FMI=";
  }
  // args
)
+2 −0
Original line number Diff line number Diff line
@@ -9056,6 +9056,7 @@ with pkgs;

  inherit
    ({
      protobuf_32 = callPackage ../development/libraries/protobuf/32.nix { };
      protobuf_31 = callPackage ../development/libraries/protobuf/31.nix { };
      protobuf_30 = callPackage ../development/libraries/protobuf/30.nix { };
      protobuf_29 = callPackage ../development/libraries/protobuf/29.nix {
@@ -9068,6 +9069,7 @@ with pkgs;
        abseil-cpp = abseil-cpp_202103;
      };
    })
    protobuf_32
    protobuf_31
    protobuf_30
    protobuf_29