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

Merge pull request #221295 from fabaff/sqlfluff-bump

sqlfluff: 1.4.5 -> 2.0.0
parents fbeb9b9a ab05e7f1
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 = "1.4.5";
  version = "2.0.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Kc0doBR2iOy54arxOYXH5eHlcM7pXFVUqedopsZH8rE=";
    hash = "sha256-2WKRB4mMiML7POCAd9G0IROTKujcsJT591h1bmSX63E=";
  };

  propagatedBuildInputs = with python3.pkgs; [