Merge pull request #305513 from fabaff/sqlfluff-bump

sqlfluff: 3.0.4 -> 3.0.5
This commit is contained in:
Fabian Affolter 2024-04-20 13:30:29 +02:00 committed by GitHub
commit d5bda1cb49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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