python310Packages.dbt-core: 1.6.2 -> 1.7.4
Diff: https://github.com/dbt-labs/dbt-core/compare/refs/tags/v1.6.2...v1.7.4 Changelog: https://github.com/dbt-labs/dbt-core/blob/v1.7.4/CHANGELOG.md
This commit is contained in:
@@ -31,14 +31,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbt-core";
|
||||
version = "1.6.2";
|
||||
version = "1.7.4";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dbt-labs";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-zmZdFOB0jQHamRJ7Zuzr/augP6Y2smAdUvqSXDZDuwo=";
|
||||
hash = "sha256-+2tmLclBZrY9SDCKvQ4QNbI4665BtsrEI1sBSY3GVGM=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/core";
|
||||
|
||||
Reference in New Issue
Block a user