python3Packages.dbt-protos: 1.0.380 -> 1.0.434

(cherry picked from commit 5d886ea768)
This commit is contained in:
Peder Bergebakken Sundt
2026-03-07 23:02:46 +01:00
parent 72d811454c
commit 576bac7000

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "dbt-protos";
version = "1.0.380";
version = "1.0.434";
pyproject = true;
src = fetchFromGitHub {
owner = "dbt-labs";
repo = "proto-python-public";
tag = "v${version}";
hash = "sha256-gXaIIcxIKnUe4Pz5CidfWtM3iofUizJ+lXWNcTzL2pY=";
hash = "sha256-sKPPiGL836YB2hIbcmqEC7LXAqYzvXO2a+1dFDVIm0w=";
};
build-system = [