Merge pull request #325204 from fabaff/sqlfluff-bump

sqlfluff: 3.0.7 -> 3.1.0
This commit is contained in:
Fabian Affolter
2024-07-07 16:17:55 +02:00
committed by GitHub
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "3.0.7";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "sqlfluff";
repo = "sqlfluff";
rev = "refs/tags/${version}";
hash = "sha256-nq+c9NHtQ6pMouJEI7YUhgb9+ljlJECP8REL4Gm4B10=";
hash = "sha256-QzrIf9DVrQGgtOcHGbxLMz7bG/lkU2Cu0n4jSKJ8c8g=";
};
build-system = with python3.pkgs; [ setuptools ];