protobuf_32: init at 32.0 (#433770)

This commit is contained in:
Gaétan Lepage
2025-08-25 01:01:21 +02:00
committed by GitHub
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,9 @@
{ callPackage, ... }@args:
callPackage ./generic.nix (
{
version = "32.0";
hash = "sha256-kiA0P6ZU0i9vxpNjlusyMsFkvDb5DkoiH6FwE/q8FMI=";
}
// args
)
+2
View File
@@ -8818,6 +8818,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 {
@@ -8830,6 +8831,7 @@ with pkgs;
abseil-cpp = abseil-cpp_202103;
};
})
protobuf_32
protobuf_31
protobuf_30
protobuf_29