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

sqlfluff: 1.0.0 -> 1.1.0
This commit is contained in:
Fabian Affolter 2022-07-07 00:56:12 +02:00 committed by GitHub
commit 02ae8dc95c
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.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-qJVzeorNojWzJ6TRTFQNNOXLWbHLMTteJaDWUcrz0j0=";
hash = "sha256-6nVNUVvTKwVAQ55y8IunJyEKHN1/pf1BxM3tBqvNFIc=";
};
propagatedBuildInputs = with python3.pkgs; [