Merge pull request #222858 from fabaff/sqlfluff-bump

sqlfluff: 2.0.1 -> 2.0.2
This commit is contained in:
Fabian Affolter 2023-03-24 17:01:30 +01:00 committed by GitHub
commit 62ef49f781
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.1";
version = "2.0.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-aEM+kQoqF2p9oSqh/qqwyw8BDSM2qvcDjGc6qD2e0Bg=";
hash = "sha256-iutlsB+qZ9/ix/UUnHspppsbiXclolXNcbiTChz3tQk=";
};
propagatedBuildInputs = with python3.pkgs; [