Merge pull request #234579 from fabaff/sqlfluff-bump

sqlfluff: 2.1.0 -> 2.1.1
This commit is contained in:
Nikolay Korotkiy 2023-05-28 15:59:24 +04:00 committed by GitHub
commit 05c30cbde3
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.1.0";
version = "2.1.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kUc3y9OlaQ72MsESrVd+eqm4xulFixYMKAIMeP3+NOc=";
hash = "sha256-WNQ9rcy3dqfZjLdqjpl5erSxLgQjYc/sy293DfzoenM=";
};
propagatedBuildInputs = with python3.pkgs; [