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

gomplate: 3.11.5 -> 3.11.6
This commit is contained in:
Pol Dellaiera
2023-11-27 21:03:55 +01:00
committed by GitHub
+3 -3
View File
@@ -12,16 +12,16 @@
# buildGoModule rec {
buildGo120Module rec {
pname = "gomplate";
version = "3.11.5";
version = "3.11.6";
src = fetchFromGitHub {
owner = "hairyhenderson";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-cBSOfjU7A6B7+5zQLGtGLx9kORsjH/IzGgkjwjjTcYY=";
hash = "sha256-IXNI+VkmW7k+Hkx2gv8OCpfAe4qJ3sH9KT/mO8y3JcU=";
};
vendorHash = "sha256-thsa15CDD7+gCSPSU4xDbovETREeuL4gV6TjdcImj9w=";
vendorHash = "sha256-DAtgebWwGBYioKTvW2qtzy+GPxYE2SuXIYpex6M85Vc=";
postPatch = ''
# some tests require network access