sqlfluff: 0.9.0 -> 0.9.1

This commit is contained in:
Fabian Affolter 2022-01-10 22:18:47 +01:00
parent 7a8b98ee8d
commit 2625adb74f

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-AxK5pRuNkhJokuuv/5/ZJxZ2J9d6XLFPZJWQfq9baaU=";
hash = "sha256-sA9iMTDQ7SjaRG0/Uy+wGQ/2yQDqbZP6M5r1lFLBex4=";
};
propagatedBuildInputs = with python3.pkgs; [