sqlfluff: 0.13.0 -> 0.13.1

This commit is contained in:
R. Ryantm 2022-05-07 00:40:51 +00:00
parent 384d446910
commit 57bce154f5

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.13.0";
version = "0.13.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-UFvrtLVHGlWUlvA7KLDgaCydE/UoxtYV+8RqLblOdns=";
hash = "sha256-hFpz2p8lJ4HpuSMZ8IDtqp2PIJFqEcelbYVAQpldu4o=";
};
propagatedBuildInputs = with python3.pkgs; [