python3Packages.dbt-protos: 1.0.424 -> 1.0.428

This commit is contained in:
R. Ryantm
2026-01-31 16:10:36 +00:00
parent 4525a2af19
commit 1b27e8f19e
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "dbt-protos";
version = "1.0.424";
version = "1.0.428";
pyproject = true;
src = fetchFromGitHub {
owner = "dbt-labs";
repo = "proto-python-public";
tag = "v${version}";
hash = "sha256-h9NxxMxUnV7P5sEwbwyDA13SEcpyC+gcUlxCjUCV2o4=";
hash = "sha256-cpfU/CfwqQwNysUX1rwOSi6G/rEeeNVeeeuLmksM+Iw=";
};
build-system = [