Merge pull request #111104 from r-ryantm/auto-update/gomplate

gomplate: 3.8.0 -> 3.9.0
This commit is contained in:
Robert Scott 2021-01-30 12:17:55 +00:00 committed by GitHub
commit 89b4d1741b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,17 @@
buildGoModule rec { buildGoModule rec {
pname = "gomplate"; pname = "gomplate";
version = "3.8.0"; version = "3.9.0";
owner = "hairyhenderson"; owner = "hairyhenderson";
rev = "v${version}"; rev = "v${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
inherit owner rev; inherit owner rev;
repo = pname; repo = pname;
sha256 = "058shbrhpd8ghdj5qa6n7mf1bh8qvpmiv3yjj39jys359zhin06n"; sha256 = "sha256-liy8cqn+hWoTOHchCY1LLu23tNvz7eGA+AN0d0APjC4=";
}; };
vendorSha256 = "0wqz3anxlzb0ds6xmpnaxq5rjgcmzkzrdqhnkfkjq32b7mj9mks3"; vendorSha256 = "sha256-Ph9z/Tom7O7V7yZ/On+etty+Bl653HiY/J3d3yfweeQ=";
# some tests require network access # some tests require network access
postPatch = '' postPatch = ''