Merge pull request #249398 from fabaff/sqlfluff-bump

sqlfluff: 2.2.1 -> 2.3.0
This commit is contained in:
Fabian Affolter 2023-08-16 09:04:11 +02:00 committed by GitHub
commit e5511cd547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "2.2.1";
version = "2.3.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-TRu9pDvVQIyT9aZR9MSYOtTbsUV596OcAZlGY4VrrKY=";
hash = "sha256-zIufjQ8JNt3/GGd7Q1wEdJULKe+qXtZpEJJzrH3KVno=";
};
propagatedBuildInputs = with python3.pkgs; [