protobuf_28: init at 28.0 (#338119)
This commit is contained in:
commit
b5354e3089
9
pkgs/development/libraries/protobuf/28.nix
Normal file
9
pkgs/development/libraries/protobuf/28.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ callPackage, ... }@args:
|
||||
|
||||
callPackage ./generic.nix (
|
||||
{
|
||||
version = "28.0";
|
||||
hash = "sha256-dAyXtBPeZAhmAOWbG1Phh57fqMmkH2AbDUr+8A+irJQ=";
|
||||
}
|
||||
// args
|
||||
)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user