Merge pull request #199108 from r-ryantm/auto-update/sqlfluff

sqlfluff: 1.4.0 -> 1.4.1
This commit is contained in:
Fabian Affolter
2022-11-02 08:10:14 +01:00
committed by GitHub
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-fToZik96lRsajpDDkTiyob9ZDv25uCEaonrV87rVmgU=";
hash = "sha256-5QWjlidDtf0OWQ9sdS08bCX5XV41igWmPr20gwbumQU=";
};
propagatedBuildInputs = with python3.pkgs; [