From 85ee3bd4c795471e9861575c7752da832538d383 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 18 Apr 2025 11:23:09 +0200 Subject: [PATCH] sqlfluff: 3.3.1 -> 3.4.0 Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/3.3.1...refs/tags/3.4.0 Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.4.0/CHANGELOG.md --- pkgs/by-name/sq/sqlfluff/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/sq/sqlfluff/package.nix b/pkgs/by-name/sq/sqlfluff/package.nix index edff3337e1fc..8c5b2a38c766 100644 --- a/pkgs/by-name/sq/sqlfluff/package.nix +++ b/pkgs/by-name/sq/sqlfluff/package.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "sqlfluff"; - version = "3.3.1"; + version = "3.4.0"; pyproject = true; src = fetchFromGitHub { owner = "sqlfluff"; repo = "sqlfluff"; tag = version; - hash = "sha256-PQSGB8723y0+cptoLHpXzXfSQFicf5tasbTEf0efA8c="; + hash = "sha256-9JitD46hMgCrUx+mtSoKm/8vKd6CfPngmVsaUb9vi+Q="; }; build-system = with python3.pkgs; [ setuptools ];