hcl2json: 0.6.8 -> 0.6.9 (#506631)

This commit is contained in:
Paul Meyer
2026-04-20 11:54:34 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "hcl2json";
version = "0.6.8";
version = "0.6.9";
src = fetchFromGitHub {
owner = "tmccombs";
repo = "hcl2json";
rev = "v${finalAttrs.version}";
sha256 = "sha256-jE106vWj1uVPmN9iofg/sWZCpSYDyh2/SHwPg5xHatE=";
sha256 = "sha256-CiF5xbRov28xWWygSI9JIG1t/irUyuUxM2vzGnbazGg=";
};
vendorHash = "sha256-W5SKD0q3AdIE9Hihnwu6MGoXk1EgBo6ipZaQ73u2tLU=";
vendorHash = "sha256-bQFm3BmYxvSe5NRbh1+tG6wWP5C3DSr3g+E36oqk5oY=";
subPackages = [ "." ];