nomad-pack: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm 2024-07-08 18:00:34 +00:00
parent 655a58a72a
commit 3a32e42909

View File

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