Unverified Commit 64f134ae authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #230322 from fabaff/sqlfluff-bump

sqlfluff: 2.0.7 -> 2.1.0
parents 0ce6e9b0 793a45b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "sqlfluff";
  version = "2.0.7";
  version = "2.1.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-FXSGG13/Al8QVFy55f91+ZyQKeZA4wFGd06kIj6NjaI=";
    hash = "sha256-kUc3y9OlaQ72MsESrVd+eqm4xulFixYMKAIMeP3+NOc=";
  };

  propagatedBuildInputs = with python3.pkgs; [