protobuf_25: init at 25.1

Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v25.1
This commit is contained in:
Gaetan Lepage 2023-12-01 08:11:06 +01:00 committed by Jonathan Ringer
parent 24682ced2e
commit 39df95c335
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "25.1";
hash = "sha256-w6556kxftVZ154LrZB+jv9qK+QmMiUOGj6EcNwiV+yo=";
} // args)

View File

@ -24580,6 +24580,9 @@ with pkgs;
protobuf = protobuf_24;
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix {
abseil-cpp = abseil-cpp_202308;
};
protobuf_24 = callPackage ../development/libraries/protobuf/24.nix { };
protobuf_23 = callPackage ../development/libraries/protobuf/23.nix { };
protobuf_21 = callPackage ../development/libraries/protobuf/21.nix {