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

sqlfluff: 0.10.0 -> 0.10.1
This commit is contained in:
Fabian Affolter 2022-02-17 11:27:03 +01:00 committed by GitHub
commit b516e55d9d
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.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-kWGj0THunXXv3fz9oRLPx314bBU8mdHElmz0v7ALNpE=";
hash = "sha256-ZgLg+pIdTBxMNXgFFL8jCbQa444pkgtnSx+QjMqQhag=";
};
propagatedBuildInputs = with python3.pkgs; [