gomplate: 3.11.5 -> 3.11.6

This commit is contained in:
R. Ryantm 2023-11-18 03:32:10 +00:00
parent cf4fee6f37
commit 1298459eda

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