python3Packages.dbt-extractor: 0.5.1 -> 0.6.0

Changelog: https://github.com/dbt-labs/dbt-extractor/blob/main/CHANGELOG.md

+3 -3
+3 -3
pkgs/development/python-modules/dbt-extractor/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "dbt-extractor"; 13 - version = "0.5.1"; 13 + version = "0.6.0"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 18 18 src = fetchPypi { 19 19 pname = "dbt_extractor"; 20 20 inherit version; 21 - hash = "sha256-zV2VV2qN6kGQJAqvmTajf9dLS3kTymmjw2j8RHK7fhM="; 21 + hash = "sha256-1s8I7Hk7i8K9biYO+BgjCuaKT3FDb6SJ8I19saUuL/4="; 22 22 }; 23 23 24 24 cargoDeps = rustPlatform.fetchCargoVendor { 25 25 inherit pname version src; 26 - hash = "sha256-luPAuRl+yrHinLs6H0ZRVnce2zz1DUrniVOCa1hu1S4="; 26 + hash = "sha256-6Y4zfqhj1/IeEX+Ve49jblxeW565Q2ypNClb/Ej0xoc="; 27 27 }; 28 28 29 29 nativeBuildInputs = [