mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
dbt: 1.7.14 -> 1.7.15
This commit is contained in:
parent
3aa4340b38
commit
39352513f1
@ -34,7 +34,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbt-core";
|
||||
version = "1.7.14";
|
||||
version = "1.7.15";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -43,7 +43,7 @@ buildPythonPackage rec {
|
||||
owner = "dbt-labs";
|
||||
repo = "dbt-core";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-4PydrJGhriGCB6oc4kQE8/a24Sn9cqZhoKsiBJuEDYM=";
|
||||
hash = "sha256-1kX4UwcSWpEl2D3kmy7B8zDPgNe4x538+3eQ0WaMx6s=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/core";
|
||||
|
Loading…
Reference in New Issue
Block a user