sqlfluff: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2022-09-10 07:54:37 +00:00
parent 34fde40edd
commit 4193bc7b4e

View File

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