sqlfluff: 0.11.1 -> 0.11.2

main
R. Ryantm 2 years ago
parent f33719eda1
commit 0482c2252c
  1. 4
      pkgs/development/tools/database/sqlfluff/default.nix

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "sqlfluff";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-wd/tuFOoWhts/i+FCNVXmREUHAsh6hYOUowCyZjg92Y=";
hash = "sha256-iEjfp6QXMIk/ehq0Ypa8JXv3/u40w39NHz7HhC1KBms=";
};
propagatedBuildInputs = with python3.pkgs; [

Loading…
Cancel
Save