11 src = fetchFromGitHub {
15 hash = "sha256-qUeIbHJqxGkt2esMm4w6fM52ZE16jWnxugVXxqBh1Qc=";
18 # checks require unfree programs like terraform/terragrunt
21 vendorHash = "sha256-BZ8IhVPxZTPQXBotFBrxV3dfwvst0te8R84I/urq3gY=";
29 homepage = "https://github.com/busser/tfautomv";
30 description = "When refactoring a Terraform codebase, you often need to write moved blocks. This can be tedious. Let tfautomv do it for you";
31 mainProgram = "tfautomv";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ qjoly ];