Skip to content

Commit

Permalink
dbt: 1.7.14 -> 1.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Jul 26, 2024
1 parent 3aa4340 commit 3935251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dbt-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

buildPythonPackage rec {
pname = "dbt-core";
version = "1.7.14";
version = "1.7.15";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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";
Expand Down

0 comments on commit 3935251

Please sign in to comment.