Merge pull request #325599 from r-ryantm/auto-update/nomad-pack

nomad-pack: 0.1.1 -> 0.1.2
This commit is contained in:
Nick Cao
2024-07-08 16:12:35 -04:00
committed by GitHub
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "nomad-pack";
version = "0.1.1";
version = "0.1.2";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-b7M2I+R39txtTdk/FOYvKfZxXbGEtDrzgpB64594Gqc=";
sha256 = "sha256-5OTGBO2EMGPJ4J2Eu3pIlZmYGXYxgL/6uGQgdB+8nPk=";
};
vendorHash = "sha256-bhWySn5p1aPbYSCY7GqFteYmm22Jeq/Rf/a2ZTjyZQ4=";
vendorHash = "sha256-8hWiVtya/TlVLUlYVJSjOzZUI8vsPm355ksIRPhB2rA=";
# skip running go tests as they require network access
doCheck = false;