sqlfluff: 4.2.2 -> 4.3.0 (#550814)

This commit is contained in:
Fabian Affolter
2026-08-10 06:08:38 +00:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "sqlfluff";
version = "4.2.2";
version = "4.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "sqlfluff";
repo = "sqlfluff";
tag = finalAttrs.version;
hash = "sha256-jT1kgc5NEqnYEn9+0nyUBtyDayVDPsuF0Padtw3fZDI=";
hash = "sha256-2fxHSwKDsup+WRBQW9lSqWPWIxLHSXHsNdMsXdBIvlQ=";
};
pythonRelaxDeps = [ "click" ];