Unverified Commit c7de2a3b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #296425 from aaronjheng/protobuf

protobuf_26: init at 26.1
parents e5a2690e 4e3bdba7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ callPackage, ... } @ args:

callPackage ./generic.nix ({
  version = "26.1";
  hash = "sha256-9sA+MYeDqRZl1v6HV4mpy60vqTbVTtinp9er6zkg/Ng=";
} // args)
+22 −12
Original line number Diff line number Diff line
@@ -24134,6 +24134,9 @@ with pkgs;
  protobuf = protobuf_24;
  inherit
    ({
      protobuf_26 = callPackage ../development/libraries/protobuf/26.nix { };
      protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
      protobuf_24 = callPackage ../development/libraries/protobuf/24.nix { };
      protobuf_23 = callPackage ../development/libraries/protobuf/23.nix {
@@ -24142,10 +24145,17 @@ with pkgs;
      protobuf_21 = callPackage ../development/libraries/protobuf/21.nix {
        abseil-cpp = abseil-cpp_202103;
      };
      protobuf3_20 = callPackage ../development/libraries/protobuf/3.20.nix {
        abseil-cpp = abseil-cpp_202103;
      };
    })
    protobuf_26
    protobuf_25
    protobuf_24
    protobuf_23
    protobuf_21
    protobuf3_20
    ;
  protobufc = callPackage ../development/libraries/protobufc { };