Commit 4084e06d authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

protobuf_31: init at 31.0

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

callPackage ./generic.nix (
  {
    version = "31.0";
    hash = "sha256-Y1qTHFl9xItaIs5u3mr+US1d1KmIfVJXqC7q4AA2U/w=";
  }
  // args
)
+2 −0
Original line number Diff line number Diff line
@@ -9339,6 +9339,7 @@ with pkgs;
  inherit
    ({
      protobuf_31 = callPackage ../development/libraries/protobuf/31.nix { };
      protobuf_30 = callPackage ../development/libraries/protobuf/30.nix { };
      protobuf_29 = callPackage ../development/libraries/protobuf/29.nix { };
      protobuf_28 = callPackage ../development/libraries/protobuf/28.nix { };
@@ -9350,6 +9351,7 @@ with pkgs;
        abseil-cpp = abseil-cpp_202103;
      };
    })
    protobuf_31
    protobuf_30
    protobuf_29
    protobuf_28