python311Packages.dbt-redshift: 1.7.4 -> 1.7.5

This commit is contained in:
R. Ryantm 2024-04-02 04:55:44 +00:00
parent ebde306504
commit 43f594a64f
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "dbt-redshift";
version = "1.7.4";
version = "1.7.5";
pyproject = true;
src = fetchFromGitHub {
owner = "dbt-labs";
repo = "dbt-redshift";
rev = "refs/tags/v${version}";
hash = "sha256-Ny6Nnb5OhtqSQZ0BMOQrb0ic6i29GVywy3hn3UuVtxE=";
hash = "sha256-wFNPXUU2EuDEiPpEAzjRIRdR27PHLVcOvgQ9E/bpgwM=";
};
nativeBuildInputs = [