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

nomad-pack: 0.1.0 -> 0.1.1
This commit is contained in:
Nick Cao 2024-04-30 08:58:47 -04:00 committed by GitHub
commit 5698b84a5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "nomad-pack";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4v5CAJkpeIZ64w5LDcK9Jn8qDqIXrtXgVyB3K/PiZQw=";
sha256 = "sha256-b7M2I+R39txtTdk/FOYvKfZxXbGEtDrzgpB64594Gqc=";
};
vendorHash = "sha256-kHZWciRZYk1E1NVega0F/ZljyEl1SmXUveb2E7a9j34=";
vendorHash = "sha256-bhWySn5p1aPbYSCY7GqFteYmm22Jeq/Rf/a2ZTjyZQ4=";
# skip running go tests as they require network access
doCheck = false;