lol

sqlfluff: 3.4.1 -> 3.4.2 (#424716)

authored by

Fabian Affolter and committed by
GitHub
091a2983 bf38e498

+3 -3
+3 -3
pkgs/by-name/sq/sqlfluff/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "sqlfluff"; 9 - version = "3.4.1"; 9 + version = "3.4.2"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "sqlfluff"; 14 14 repo = "sqlfluff"; 15 15 tag = version; 16 - hash = "sha256-gtpYQvhDOxNO97YXaSHqSgUklmPJIe2ynjexTZPBUmA="; 16 + hash = "sha256-Cf4nrINpe5Kr2JYwcTYx1oO+E6ydlBs0W7F4Mh7ITAs="; 17 17 }; 18 18 19 19 build-system = with python3.pkgs; [ setuptools ]; ··· 71 71 meta = { 72 72 description = "SQL linter and auto-formatter"; 73 73 homepage = "https://www.sqlfluff.com/"; 74 - changelog = "https://github.com/sqlfluff/sqlfluff/blob/${version}/CHANGELOG.md"; 74 + changelog = "https://github.com/sqlfluff/sqlfluff/blob/${src.tag}/CHANGELOG.md"; 75 75 license = with lib.licenses; [ mit ]; 76 76 maintainers = with lib.maintainers; [ fab ]; 77 77 mainProgram = "sqlfluff";