sqlfluff: 0.13.1 -> 0.13.2

This commit is contained in:
Fabian Affolter 2022-05-21 16:59:22 +02:00
parent 2eb0ce9315
commit cf28801975

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.13.1";
version = "0.13.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hFpz2p8lJ4HpuSMZ8IDtqp2PIJFqEcelbYVAQpldu4o=";
hash = "sha256-tPcj4QTqO03SKyZh7OQbXvjJPheUeWGhWfqpy/IBrk4=";
};
propagatedBuildInputs = with python3.pkgs; [