We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52383c5 commit 31669a6Copy full SHA for 31669a6
1 file changed
pkgs/development/python-modules/dbt-protos/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "dbt-protos";
11
- version = "1.0.455";
+ version = "1.0.519";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "dbt-labs";
16
repo = "proto-python-public";
17
tag = "v${version}";
18
- hash = "sha256-o0H5sGXVxiZgc9Vdwgd5IUlzqHRqSuYbkwI/R9M8uY8=";
+ hash = "sha256-V52fH7gL2zp6i4wcijsUWonIu2gjGThR8CmQTdCSgaM=";
19
};
20
21
build-system = [
0 commit comments