Merge pull request #289224 from GaetanLepage/protobuf25
protobuf_25: 25.2 -> 25.3
This commit is contained in:
commit
533f3d8a7a
3 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{ callPackage, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix ({
|
||||
version = "25.2";
|
||||
hash = "sha256-Bw7xOgcGLshFppH4qD8E48D8v21ZJRaRkK19LPSATMg=";
|
||||
version = "25.3";
|
||||
hash = "sha256-N/mO9a6NyC0GwxY3/u1fbFbkfH7NTkyuIti6L3bc+7k=";
|
||||
} // args)
|
||||
|
|
|
@ -115,5 +115,8 @@ buildPythonPackage {
|
|||
homepage = "https://developers.google.com/protocol-buffers/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ knedlsepp ];
|
||||
# Tests are currently failing because backend is unavailable and causes tests to fail
|
||||
# Progress tracked in https://github.com/NixOS/nixpkgs/pull/264902
|
||||
broken = lib.versionAtLeast protobuf.version "25";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24427,9 +24427,7 @@ with pkgs;
|
|||
|
||||
protobuf = protobuf_24;
|
||||
|
||||
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix {
|
||||
abseil-cpp = abseil-cpp_202308;
|
||||
};
|
||||
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
|
||||
protobuf_24 = callPackage ../development/libraries/protobuf/24.nix { };
|
||||
protobuf_23 = callPackage ../development/libraries/protobuf/23.nix { };
|
||||
protobuf_21 = callPackage ../development/libraries/protobuf/21.nix {
|
||||
|
|
Loading…
Reference in a new issue