Merge pull request #236267 from QJoly/tfautomv

tfautomv: 0.5.1 -> 0.5.2
This commit is contained in:
Weijia Wang 2023-06-06 17:15:19 +03:00 committed by GitHub
commit 5c31944c1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,21 +5,21 @@
buildGoModule rec {
pname = "tfautomv";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "padok-team";
owner = "busser";
repo = pname;
rev = "v${version}";
hash = "sha256-shpoi/N/gfzisjj1tvZGSEuorqaoOJMhYOjx+Y8F/Ds=";
hash = "sha256-/Pli1gTG/68BtPdvF+BAwxFaeBrjj69h6Mtcbfm7UZ8=";
};
vendorHash = "sha256-BjmtUamecTSwT7gHM/6uz1r/P8O0TWzp9Dk43rdmxXU=";
vendorHash = "sha256-zAshnSqZT9lx9EWvJsMwi6rqvhUWJ/3uJnk+44TGzlU=";
ldflags = [ "-s" "-w" ];
meta = with lib; {
homepage = "https://github.com/padok-team/tfautomv";
homepage = "https://github.com/busser/tfautomv";
description = "When refactoring a Terraform codebase, you often need to write moved blocks. This can be tedious. Let tfautomv do it for you";
license = licenses.asl20;
maintainers = with maintainers; [ qjoly ];