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

sqlfluff: 0.13.0 -> 0.13.1
main
Fabian Affolter 2 years ago committed by GitHub
commit 2fdb6f2e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/tools/database/sqlfluff/default.nix

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-UFvrtLVHGlWUlvA7KLDgaCydE/UoxtYV+8RqLblOdns=";
hash = "sha256-hFpz2p8lJ4HpuSMZ8IDtqp2PIJFqEcelbYVAQpldu4o=";
};
propagatedBuildInputs = with python3.pkgs; [

Loading…
Cancel
Save