sqlfluff: 0.9.4 -> 0.10.0

This commit is contained in:
Fabian Affolter
2022-02-11 00:55:01 +01:00
parent 1b4808c0d6
commit c9749afafa
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.9.4";
version = "0.10.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-KNYxHBtPRsxEFrBJsfz5G7ZRZpVQxOph9UUKKhbHA9Y=";
hash = "sha256-kWGj0THunXXv3fz9oRLPx314bBU8mdHElmz0v7ALNpE=";
};
propagatedBuildInputs = with python3.pkgs; [