From 9a1edfaa8eb4d4396afc05c58f13636b024a1b6b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 18 Nov 2025 01:05:22 +0100 Subject: [PATCH] Revert "protobuf: 32.1 -> 33.0" This reverts commit 1ab437d8561bec9706026be67612adebc5454290. This breaks the use of e.g onnxruntime and tensorflow in the same Python process, since they now introduce the default systemd protobuf (33) and the statically linked protobuf in tensorflow (32.1). This breakage is visible in the frigate tests, which segfault due to this misalignment. --- pkgs/top-level/all-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3d76761ec997..92c42ad95310 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8240,7 +8240,7 @@ with pkgs; prospector = callPackage ../development/tools/prospector { }; - protobuf = protobuf_33; + protobuf = protobuf_32; inherit ({