nomad-pack: 2022-02-11 -> 2022-04-12
This commit is contained in:
parent
1d6c1ed507
commit
66db6b5616
1 changed files with 4 additions and 4 deletions
|
@ -5,17 +5,17 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nomad-pack";
|
pname = "nomad-pack";
|
||||||
version = "2022-02-11";
|
version = "2022-04-12";
|
||||||
rev = "568ac5e42bc41172a1fa3c8b18af2f42b9e341ff";
|
rev = "50ad747d2a5a2b90af1b3564483510cb04fefbea";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "sha256-0hvnGdUT72sWvMER67ZBxcC+VTbuFMIos2NudOjeTB8=";
|
sha256 = "sha256-VG6Dmx5WD2AzKReMbmrpzXCNhrJqaZY3aQV9P+4ET68=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-wmoXZIogKj4i9+AsEjY7QaT2Tn4LQyGQcEFHrRO0W9s=";
|
vendorSha256 = "sha256-7ovR2F9N94iFK/B5OXRcqfykOYHST3354+Ge2L8yzq0=";
|
||||||
|
|
||||||
# skip running go tests as they require network access
|
# skip running go tests as they require network access
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue