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

gomplate: 3.11.6 -> 3.11.7
This commit is contained in:
Nick Cao 2024-01-23 09:22:00 -05:00 committed by GitHub
commit e80a6da9d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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