Merge pull request #169987 from fabaff/bump-sqlfluff

sqlfluff: 0.12.0 -> 0.13.0
This commit is contained in:
Fabian Affolter 2022-04-24 15:32:39 +02:00 committed by GitHub
commit 7a4da65463
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.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WL9bp77Q1cQakxaptw6ZHCq2+IAscMIDKkbQAHSCo1s=";
hash = "sha256-UFvrtLVHGlWUlvA7KLDgaCydE/UoxtYV+8RqLblOdns=";
};
propagatedBuildInputs = with python3.pkgs; [