Unverified Commit 95006208 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #314517 from NixOS/backport-314396-to-release-24.05

[Backport release-24.05] sqlfluff: 3.0.6 -> 3.0.7
parents 80ad008d e9e8e7ae
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.0.6";
  version = "3.0.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sqlfluff";
    repo = "sqlfluff";
    rev = "refs/tags/${version}";
    hash = "sha256-VDLUCxDQKWQEeZQkeZP13KNm48GCQ3i4CLOAB/Kermo=";
    hash = "sha256-nq+c9NHtQ6pMouJEI7YUhgb9+ljlJECP8REL4Gm4B10=";
  };

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