Merge pull request #167794 from r-ryantm/auto-update/sqlfluff

sqlfluff: 0.11.2 -> 0.12.0
This commit is contained in:
Fabian Affolter 2022-04-08 12:11:03 +02:00 committed by GitHub
commit 09bb5ca187
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.11.2";
version = "0.12.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-iEjfp6QXMIk/ehq0Ypa8JXv3/u40w39NHz7HhC1KBms=";
rev = "refs/tags/${version}";
hash = "sha256-WL9bp77Q1cQakxaptw6ZHCq2+IAscMIDKkbQAHSCo1s=";
};
propagatedBuildInputs = with python3.pkgs; [