Merge pull request #309785 from fabaff/sqlfluff-bump

sqlfluff: 3.0.5 -> 3.0.6
This commit is contained in:
Fabian Affolter 2024-05-07 15:10:49 +02:00 committed by GitHub
commit 93b8ede227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "3.0.5";
version = "3.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "sqlfluff";
repo = "sqlfluff";
rev = "refs/tags/${version}";
hash = "sha256-jH6o1moyyugKtIIccp8Tbcg5EAMOxzNco9saUgoDzWY=";
hash = "sha256-VDLUCxDQKWQEeZQkeZP13KNm48GCQ3i4CLOAB/Kermo=";
};
build-system = with python3.pkgs; [ setuptools ];