nomad-pack: 0.0.1-techpreview.3 -> 0.1.0

This commit is contained in:
Guillaume Lostis 2024-04-24 18:08:26 +02:00
parent 10deeda9c1
commit de744c98db

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;