sqlfluff: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2022-11-14 17:54:25 +00:00
parent 2c1426f622
commit 259f8aaa8b

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-5QWjlidDtf0OWQ9sdS08bCX5XV41igWmPr20gwbumQU=";
hash = "sha256-B1tqL8bc+mWEjQrS4lQM55/ahOeUyuE8VBtk6QMj6Mk=";
};
propagatedBuildInputs = with python3.pkgs; [