sqlfluff: 0.11.1 -> 0.11.2

This commit is contained in:
R. Ryantm
2022-03-26 00:38:57 +00:00
parent f33719eda1
commit 0482c2252c
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-wd/tuFOoWhts/i+FCNVXmREUHAsh6hYOUowCyZjg92Y=";
hash = "sha256-iEjfp6QXMIk/ehq0Ypa8JXv3/u40w39NHz7HhC1KBms=";
};
propagatedBuildInputs = with python3.pkgs; [