gomplate: 3.11.4 -> 3.11.5

This commit is contained in:
R. Ryantm
2023-04-21 03:11:34 +00:00
parent 0a0f9e92de
commit c3608febe7
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gomplate";
version = "3.11.4";
version = "3.11.5";
src = fetchFromGitHub {
owner = "hairyhenderson";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-3WTscK2nmjd7+cUKGaAi9i+C3HFpuxb7eRCn0fOHFV4=";
hash = "sha256-cBSOfjU7A6B7+5zQLGtGLx9kORsjH/IzGgkjwjjTcYY=";
};
vendorHash = "sha256-X3o00WATVlWoc1Axug5ErPtLDQ+BL3CtO/QyNtavIpg=";
vendorHash = "sha256-thsa15CDD7+gCSPSU4xDbovETREeuL4gV6TjdcImj9w=";
postPatch = ''
# some tests require network access