Skip to content

Commit 31669a6

Browse files
committed
python3Packages.dbt-protos: 1.0.455 -> 1.0.519
1 parent 52383c5 commit 31669a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/dbt-protos/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "dbt-protos";
11-
version = "1.0.455";
11+
version = "1.0.519";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "dbt-labs";
1616
repo = "proto-python-public";
1717
tag = "v${version}";
18-
hash = "sha256-o0H5sGXVxiZgc9Vdwgd5IUlzqHRqSuYbkwI/R9M8uY8=";
18+
hash = "sha256-V52fH7gL2zp6i4wcijsUWonIu2gjGThR8CmQTdCSgaM=";
1919
};
2020

2121
build-system = [

0 commit comments

Comments
 (0)