sqlfluff: 0.9.2 -> 0.9.3

This commit is contained in:
Fabian Affolter 2022-01-27 11:19:46 +01:00
parent b8f7854694
commit 3b080a608b

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-BzO7S2sxZeklzIh1qRHJ4mGLsKLNpg8PuGGRVAkPlzc=";
hash = "sha256-Cg85NdbbZs0tkBy2kq5ZRKDuQwLIixdhggOBSFpUM04=";
};
propagatedBuildInputs = with python3.pkgs; [