luaformatter: 1.3.5 -> 1.3.6

This commit is contained in:
figsoda
2021-05-19 10:34:23 -04:00
parent 23b30e11a0
commit 07c93061aa
2 changed files with 6 additions and 3 deletions

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luaformatter";
version = "1.3.5";
version = "1.3.6";
src = fetchFromGitHub {
owner = "koihik";
repo = "luaformatter";
rev = version;
sha256 = "sha256-TMo6zRfhVAXVh0tIC0PecaJCKr0ev45jOKm2+reTtS4=";
sha256 = "0440kdab5i0vhlk71sbprdrhg362al8jqpy7w2vdhcz1fpi5cm0b";
fetchSubmodules = true;
};