Merge pull request #134547 from fabaff/bump-sqlfluff

sqlfluff: 0.6.2 -> 0.6.3
This commit is contained in:
Fabian Affolter 2021-08-18 08:56:59 +02:00 committed by GitHub
commit 2e75da2ac9
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.2";
version = "0.6.3";
disabled = python3.pythonOlder "3.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-N1ZIm5LsKXXu3CyqFJZd7biaIhVW1EMBLKajgSAwc0g=";
sha256 = "sha256-rGtaxa75cFv7LjRI5yuTgKW7F2t8llejcrnjKlUdyEY=";
};
propagatedBuildInputs = with python3.pkgs; [