From 8b684cef2a910cead88e9c7d1f31cf77f232424b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Jun 2025 20:03:58 +0200 Subject: [PATCH] sqlfluff: 3.4.0 -> 3.4.1 Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/3.4.0...refs/tags/3.4.1 Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.4.1/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 4b91c874ac6f..b6a4852f61ed 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.4.0"; + version = "3.4.1"; pyproject = true; src = fetchFromGitHub { owner = "sqlfluff"; repo = "sqlfluff"; tag = version; - hash = "sha256-9JitD46hMgCrUx+mtSoKm/8vKd6CfPngmVsaUb9vi+Q="; + hash = "sha256-gtpYQvhDOxNO97YXaSHqSgUklmPJIe2ynjexTZPBUmA="; }; build-system = with python3.pkgs; [ setuptools ];