Merge pull request #139462 from fabaff/bump-sqlfluff

sqlfluff: 0.6.5 -> 0.6.6
This commit is contained in:
Fabian Affolter 2021-09-26 10:03:20 +02:00 committed by GitHub
commit 32413269e4
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 = "0.6.5";
version = "0.6.6";
disabled = python3.pythonOlder "3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-JUvwp4Ptu1URWO7wyeOCjwjGW4S0XqYZwNjCyR3H/rc=";
sha256 = "sha256-I7vsOQtXY/n2Zu0F94f5/uF1ia96R/qQw+duG7X8Dpo=";
};
propagatedBuildInputs = with python3.pkgs; [