Merge pull request #159085 from fabaff/bump-sqlfluff

This commit is contained in:
Franz Pletz 2022-02-11 02:09:01 +01:00 committed by GitHub
commit 55991fcafa
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 = "0.9.4";
version = "0.10.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-KNYxHBtPRsxEFrBJsfz5G7ZRZpVQxOph9UUKKhbHA9Y=";
hash = "sha256-kWGj0THunXXv3fz9oRLPx314bBU8mdHElmz0v7ALNpE=";
};
propagatedBuildInputs = with python3.pkgs; [