3
0
Fork 0
forked from mirrors/nixpkgs

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

sqlfluff: 0.13.2 -> 1.0.0
This commit is contained in:
Fabian Affolter 2022-06-18 10:13:37 +02:00 committed by GitHub
commit 0a3c3e39a2
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 = "0.13.2";
version = "1.0.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-tPcj4QTqO03SKyZh7OQbXvjJPheUeWGhWfqpy/IBrk4=";
hash = "sha256-qJVzeorNojWzJ6TRTFQNNOXLWbHLMTteJaDWUcrz0j0=";
};
propagatedBuildInputs = with python3.pkgs; [