Merge pull request #198788 from r-ryantm/auto-update/sqlfluff

sqlfluff: 1.3.2 -> 1.4.0
This commit is contained in:
Fabian Affolter 2022-10-31 20:37:50 +01:00 committed by GitHub
commit a4ef10a860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "1.3.2";
version = "1.4.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mwGDSppOcpvwPtMNzElZtwYigIHhw3GUnza4ZXCCEvc=";
hash = "sha256-fToZik96lRsajpDDkTiyob9ZDv25uCEaonrV87rVmgU=";
};
propagatedBuildInputs = with python3.pkgs; [