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