hclfmt: 2.20.0 -> 2.20.1 (#299390)

This commit is contained in:
R. RyanTM
2024-03-27 10:34:17 +01:00
committed by GitHub
parent 13037eafb0
commit dbcc57427d
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hclfmt";
version = "2.20.0";
version = "2.20.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "hcl";
rev = "v${version}";
hash = "sha256-gXipXBi/IFB4F+vr1BBp91kcIRpWvxkSttb62Cl3h0g=";
hash = "sha256-+4K6k32azx/66eag9c6lUN8TUJ1ICx4Q8zpnTJWqgQ0=";
};
vendorHash = "sha256-MXiLfCbXXw2PMlj/3eAvbReH11IzS/G/4ajV37B5lOs=";
vendorHash = "sha256-L5OabeDUXbrwFOgWRhi9FPTWK+xbL54ZM7cYhS15Jis=";
# The code repository includes other tools which are not useful. Only build
# hclfmt.