Loading pkgs/by-name/sq/sqlfluff/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading Loading
pkgs/by-name/sq/sqlfluff/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ]; Loading