protobuf_29: init at 29.0 (#359696)

This commit is contained in:
Masum Reza 2024-11-28 14:08:23 +05:30 committed by GitHub
commit 277ad755e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -10651,6 +10651,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 { };
@ -10663,6 +10664,7 @@ with pkgs;
abseil-cpp = abseil-cpp_202103;
};
})
protobuf_29
protobuf_28
protobuf_27
protobuf_26