Merge pull request #181455 from r-ryantm/auto-update/sqlfluff

sqlfluff: 1.1.0 -> 1.2.0
This commit is contained in:
Fabian Affolter
2022-07-14 13:18:12 +02:00
committed by GitHub
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6nVNUVvTKwVAQ55y8IunJyEKHN1/pf1BxM3tBqvNFIc=";
hash = "sha256-n5DprvSbli7wEV+oRA+U5UnaAGPit2Zd2gFb9fCgG8A=";
};
propagatedBuildInputs = with python3.pkgs; [