protobuf_28: init at 28.0 (#338119)

This commit is contained in:
Sandro 2024-08-29 12:53:04 +02:00 committed by GitHub
commit b5354e3089
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 = "28.0";
hash = "sha256-dAyXtBPeZAhmAOWbG1Phh57fqMmkH2AbDUr+8A+irJQ=";
}
// args
)

View File

@ -23174,6 +23174,7 @@ with pkgs;
inherit
({
protobuf_28 = callPackage ../development/libraries/protobuf/28.nix { };
protobuf_27 = callPackage ../development/libraries/protobuf/27.nix { };
protobuf_26 = callPackage ../development/libraries/protobuf/26.nix { };
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
@ -23188,6 +23189,7 @@ with pkgs;
abseil-cpp = abseil-cpp_202103;
};
})
protobuf_28
protobuf_27
protobuf_26
protobuf_25