Commit ac8aebad authored by R. RyanTM's avatar R. RyanTM
Browse files

sqlfluff: 1.4.0 -> 1.4.1

parent 5571bd18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "sqlfluff";
  version = "1.4.0";
  version = "1.4.1";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-fToZik96lRsajpDDkTiyob9ZDv25uCEaonrV87rVmgU=";
    hash = "sha256-5QWjlidDtf0OWQ9sdS08bCX5XV41igWmPr20gwbumQU=";
  };

  propagatedBuildInputs = with python3.pkgs; [