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

sqlfluff: 1.3.1 -> 1.3.2
This commit is contained in:
Fabian Affolter 2022-09-28 02:10:10 +02:00 committed by GitHub
commit cf54d53f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; [