Merge pull request #168155 from risicle/ris-gomplate-3.10.0

gomplate: 3.9.0 -> 3.10.0
This commit is contained in:
Robert Scott
2022-04-21 22:28:58 +01:00
committed by GitHub
+10 -5
View File
@@ -2,21 +2,26 @@
buildGoModule rec {
pname = "gomplate";
version = "3.9.0";
version = "3.10.0";
owner = "hairyhenderson";
rev = "v${version}";
src = fetchFromGitHub {
inherit owner rev;
repo = pname;
sha256 = "sha256-liy8cqn+hWoTOHchCY1LLu23tNvz7eGA+AN0d0APjC4=";
sha256 = "0dbi9saxbwcvypxc0s656ln9zq2vysx8dhrcz488nmy6rcpqiiah";
};
vendorSha256 = "sha256-Ph9z/Tom7O7V7yZ/On+etty+Bl653HiY/J3d3yfweeQ=";
vendorSha256 = "0rvki8ghlbbaqgnjfsbs1jswj08jfzmnz9ilynv2c6kfkx9zs108";
# some tests require network access
postPatch = ''
rm net/net_test.go
# some tests require network access
rm net/net_test.go \
internal/tests/integration/datasources_blob_test.go \
internal/tests/integration/datasources_git_test.go
# some tests rely on external tools we'd rather not depend on
rm internal/tests/integration/datasources_consul_test.go \
internal/tests/integration/datasources_vault*_test.go
'';
ldflags = [