Unverified Commit b36af87e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

sqlfluff: 3.1.1 -> 3.2.0 (#343107)

parents 72155a15 3273cdeb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "sqlfluff";
  version = "3.1.1";
  version = "3.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sqlfluff";
    repo = "sqlfluff";
    rev = "refs/tags/${version}";
    hash = "sha256-IgYfysinQnK8qSp4r1AuBpRYBFvwITjGHJduayDA9Fw=";
    hash = "sha256-7bCfIWJV7gB+WbvMxmhJW1RM1pd3gA/bCuH+o4FGg/A=";
  };

  build-system = with python3.pkgs; [ setuptools ];