sqlfluff: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm 2022-09-27 22:04:13 +00:00
parent 5ac22c7a8b
commit aed60db6ad

View File

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