Merge pull request #183401 from r-ryantm/auto-update/json2hcl

json2hcl: 0.0.7 -> 0.1.1
This commit is contained in:
Jonas Heinrich 2022-08-22 08:54:31 +02:00 committed by GitHub
commit cf85d668e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "json2hcl";
version = "0.0.7";
version = "0.1.1";
src = fetchFromGitHub {
owner = "kvz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-H3jDZL/guVwJIZs7PD/rIvH3ZRYQzNTU/iUvy8aXs0o=";
sha256 = "sha256-0ku8sON4fzWAirqY+dhYAks2LSyC7OH/LKI0kb+QhpM=";
};
vendorSha256 = "sha256-GxYuFak+5CJyHgC1/RsS0ub84bgmgL+bI4YKFTb+vIY=";