python3Packages.protobuf5: disable nixpkgs-update

This commit is contained in:
zowoq
2026-02-06 11:58:51 +10:00
parent 44a418b1d3
commit 29ba2db6ae
@@ -10,6 +10,7 @@ buildPythonPackage rec {
pname = "protobuf";
version = "5.29.6";
pyproject = true;
# nixpkgs-update: no auto update
src = fetchPypi {
inherit pname version;