sqlfluff: 2.0.5 -> 2.0.7
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/2.0.5...2.0.7 Changelog: https://github.com/sqlfluff/sqlfluff/blob/2.0.7/CHANGELOG.md
This commit is contained in:
parent
9ec0e984fb
commit
777d4101c5
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "sqlfluff";
|
||||
version = "2.0.5";
|
||||
version = "2.0.7";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-tv5f298MQepGuLPeqe4/7LtVZ77WjTOOZVEvde8ZbZQ=";
|
||||
hash = "sha256-FXSGG13/Al8QVFy55f91+ZyQKeZA4wFGd06kIj6NjaI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue