sqlfluff: 0.12.0 -> 0.13.0

This commit is contained in:
Fabian Affolter 2022-04-23 18:09:04 +02:00
parent 46561f0891
commit 9ebc2ad1ca

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; [