Merge pull request #306582 from glostis/nomad-pack-010

nomad-pack: 0.0.1-techpreview.3 -> 0.1.0
This commit is contained in:
Nick Cao 2024-04-25 09:51:12 -04:00 committed by GitHub
commit 6e6d1c13ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,17 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "nomad-pack"; pname = "nomad-pack";
version = "0.0.1-techpreview.3"; version = "0.1.0";
rev = "3b4163b3b826c8408ae824238daaa45307d03380";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hashicorp"; owner = "hashicorp";
repo = pname; repo = pname;
inherit rev; rev = "v${version}";
sha256 = "sha256-Br+BJRAo9qSJQjg2awQTnsYz76WReVWsTUw6XoUb1YY="; sha256 = "sha256-4v5CAJkpeIZ64w5LDcK9Jn8qDqIXrtXgVyB3K/PiZQw=";
}; };
vendorHash = "sha256-dUPDwKdkBXBfyfbFxrpgHwZ0Q5jB7aamClNmv+tLCGA="; vendorHash = "sha256-kHZWciRZYk1E1NVega0F/ZljyEl1SmXUveb2E7a9j34=";
# skip running go tests as they require network access # skip running go tests as they require network access
doCheck = false; doCheck = false;