Merge pull request #263918 from fabaff/sqlfluff-bump

sqlfluff: 2.3.4 -> 2.3.5
This commit is contained in:
Felix Bühler 2023-10-28 15:05:52 +02:00 committed by GitHub
commit 4425bc0303
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.4";
version = "2.3.5";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kUdTQmNUvjWZ6IUnBndUF47DLFU+hT5rnmyY3LeLA0M=";
hash = "sha256-l9py+qMI8t5L+FcUmJYXwemjUy/pcugbvhdW3oUOZMo=";
};
propagatedBuildInputs = with python3.pkgs; [