protobuf_29: init at 29.0

This commit is contained in:
Gaetan Lepage 2024-11-27 23:52:58 +01:00
parent 8835e6c8ea
commit 9ea0de6394
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{ callPackage, ... }@args:
callPackage ./generic.nix (
{
version = "29.0";
hash = "sha256-7t5aL8K8hRhE3V8YUQXQmihWMy+KGeS+msRakmonLUM=";
}
// args
)

View File

@ -10660,6 +10660,7 @@ with pkgs;
inherit
({
protobuf_29 = callPackage ../development/libraries/protobuf/29.nix { };
protobuf_28 = callPackage ../development/libraries/protobuf/28.nix { };
protobuf_27 = callPackage ../development/libraries/protobuf/27.nix { };
protobuf_26 = callPackage ../development/libraries/protobuf/26.nix { };
@ -10672,6 +10673,7 @@ with pkgs;
abseil-cpp = abseil-cpp_202103;
};
})
protobuf_29
protobuf_28
protobuf_27
protobuf_26