Merge pull request #283136 from r-ryantm/auto-update/gomplate
gomplate: 3.11.6 -> 3.11.7
This commit is contained in:
commit
e80a6da9d2
@ -12,16 +12,16 @@
|
||||
# buildGoModule rec {
|
||||
buildGo120Module rec {
|
||||
pname = "gomplate";
|
||||
version = "3.11.6";
|
||||
version = "3.11.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hairyhenderson";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-IXNI+VkmW7k+Hkx2gv8OCpfAe4qJ3sH9KT/mO8y3JcU=";
|
||||
hash = "sha256-0cYQ44SF8fQ5Ml0tRUbqTFZ+zDVTV6elox1q6tNsG7Q=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-DAtgebWwGBYioKTvW2qtzy+GPxYE2SuXIYpex6M85Vc=";
|
||||
vendorHash = "sha256-8siITXKIqDbph/74aBEvkbLVqHE30VyRompFL6z92zA=";
|
||||
|
||||
postPatch = ''
|
||||
# some tests require network access
|
||||
|
Loading…
Reference in New Issue
Block a user