protobuf_29: init at 29.0 (#359696)
This commit is contained in:
commit
277ad755e7
9
pkgs/development/libraries/protobuf/29.nix
Normal file
9
pkgs/development/libraries/protobuf/29.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix (
|
||||
{
|
||||
version = "29.0";
|
||||
hash = "sha256-7t5aL8K8hRhE3V8YUQXQmihWMy+KGeS+msRakmonLUM=";
|
||||
}
|
||||
// args
|
||||
)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user