Merge pull request #230322 from fabaff/sqlfluff-bump

sqlfluff: 2.0.7 -> 2.1.0
This commit is contained in:
figsoda 2023-05-06 09:50:45 -04:00 committed by GitHub
commit 64f134ae1c
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.0.7";
version = "2.1.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FXSGG13/Al8QVFy55f91+ZyQKeZA4wFGd06kIj6NjaI=";
hash = "sha256-kUc3y9OlaQ72MsESrVd+eqm4xulFixYMKAIMeP3+NOc=";
};
propagatedBuildInputs = with python3.pkgs; [