Fabian Affolter
2026-01-27 10:21:24 +01:00
parent 5c86df4207
commit 2ac93ec063
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "sqlfluff";
version = "3.5.0";
version = "4.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "sqlfluff";
repo = "sqlfluff";
tag = version;
hash = "sha256-fO4a1DCDM5RCeaPUHtPPGgTtZPRHOl9nuxbipDJZy7A=";
hash = "sha256-hXiy3PGoBe6O9FaACN31Tss3xMBfiw4YuVLxbGi+/tA=";
};
build-system = with python3Packages; [ setuptools ];