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

sqlfluff: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2022-07-16 22:40:10 -05:00 committed by GitHub
commit 5f647f6d3d
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.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-n5DprvSbli7wEV+oRA+U5UnaAGPit2Zd2gFb9fCgG8A=";
hash = "sha256-BTb01EKPBBTZR8g3RkW0llj169wk6Y7Ui4UoCR+YWsc=";
};
propagatedBuildInputs = with python3.pkgs; [