protobuf: 32.1 -> 33.4 (#480714)

This commit is contained in:
Gaétan Lepage
2026-01-20 10:21:59 +00:00
committed by GitHub
+1 -1
View File
@@ -7843,7 +7843,7 @@ with pkgs;
# this version should align with the static protobuf version linked into python3.pkgs.tensorflow
# $ nix-shell -I nixpkgs=$(git rev-parse --show-toplevel) -p python3.pkgs.tensorflow --run "python3 -c 'import google.protobuf; print(google.protobuf.__version__)'"
protobuf = protobuf_32;
protobuf = protobuf_33;
inherit
({