sqlfluff: 1.3.2 -> 1.4.0

This commit is contained in:
R. Ryantm 2022-10-31 14:40:20 +00:00
parent de8154e200
commit 32f207040a

View File

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