sqlfluff: 1.2.1 -> 1.3.0

This commit is contained in:
Fabian Affolter 2022-08-22 11:37:03 +02:00
parent ba6cf1cc5d
commit 1dc6b66873

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-BTb01EKPBBTZR8g3RkW0llj169wk6Y7Ui4UoCR+YWsc=";
hash = "sha256-IPBq1jFUCJXG/XW1M1AoD3pfj2/jnGR1NLgbO5zcqFg=";
};
propagatedBuildInputs = with python3.pkgs; [