Merge pull request #262032 from fabaff/sqlfluff-bump

sqlfluff: 2.3.3 -> 2.3.4
This commit is contained in:
Nick Cao 2023-10-19 09:12:44 -04:00 committed by GitHub
commit 0774a804a4
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.3.3";
version = "2.3.4";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-VCvlNR/0SX3bnGw+gSGkAoS+6zig5lrDv9/Gez+TIb4=";
hash = "sha256-kUdTQmNUvjWZ6IUnBndUF47DLFU+hT5rnmyY3LeLA0M=";
};
propagatedBuildInputs = with python3.pkgs; [