Merge pull request #156995 from fabaff/bump-sqlfluff

sqlfluff: 0.9.2 -> 0.9.3
This commit is contained in:
Fabian Affolter 2022-01-27 14:59:10 +01:00 committed by GitHub
commit a4e916ad03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-BzO7S2sxZeklzIh1qRHJ4mGLsKLNpg8PuGGRVAkPlzc=";
hash = "sha256-Cg85NdbbZs0tkBy2kq5ZRKDuQwLIixdhggOBSFpUM04=";
};
propagatedBuildInputs = with python3.pkgs; [