Merge pull request #219859 from r-ryantm/auto-update/hcl2json

hcl2json: 0.3.4 -> 0.5.0

authored by

Mario Rodas and committed by
GitHub
a2393d36 ded734ae

+3 -3
+3 -3
pkgs/applications/misc/hcl2json/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "hcl2json"; 8 - version = "0.3.4"; 8 + version = "0.5.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "tmccombs"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-Xr94Bq3w2j+hUoGy1mSLy3WCQiwrfS/5IL6i6CwKiPs="; 14 + sha256 = "sha256-kmg483HidFL9mP6jXisLN5VR0dd0xzPXSwqTR8tOCrM="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-Mz97GBxx/7oFjW6u5DG6JhvPRzn+hqtfqHdYv47L898="; 17 + vendorHash = "sha256-ejbCY5S/aeY5Sp+5A20y5kUDY0yxgnMUxtr3UPvtic0="; 18 18 19 19 subPackages = [ "." ]; 20 20