Skip to content

Commit

Permalink
Merge pull request NixOS#314396 from fabaff/sqlfluff-bump
Browse files Browse the repository at this point in the history
sqlfluff: 3.0.6 -> 3.0.7
  • Loading branch information
fabaff authored May 25, 2024
2 parents 47e03a6 + bc960dc commit 85fa708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/database/sqlfluff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "3.0.6";
version = "3.0.7";
pyproject = true;

src = fetchFromGitHub {
owner = "sqlfluff";
repo = "sqlfluff";
rev = "refs/tags/${version}";
hash = "sha256-VDLUCxDQKWQEeZQkeZP13KNm48GCQ3i4CLOAB/Kermo=";
hash = "sha256-nq+c9NHtQ6pMouJEI7YUhgb9+ljlJECP8REL4Gm4B10=";
};

build-system = with python3.pkgs; [ setuptools ];
Expand Down

0 comments on commit 85fa708

Please sign in to comment.