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

sqlfluff: 0.9.3 -> 0.9.4
This commit is contained in:
Fabian Affolter 2022-01-31 10:15:55 +01:00 committed by GitHub
commit 6f4058961c
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.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-Cg85NdbbZs0tkBy2kq5ZRKDuQwLIixdhggOBSFpUM04=";
hash = "sha256-KNYxHBtPRsxEFrBJsfz5G7ZRZpVQxOph9UUKKhbHA9Y=";
};
propagatedBuildInputs = with python3.pkgs; [