hcp: 0.9.1 -> 0.10.0

This commit is contained in:
R. Ryantm 2025-06-08 11:22:34 +00:00
parent 73557c22ec
commit 29aa61192b

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "hcp";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "hcp";
tag = "v${version}";
hash = "sha256-53UTxf83jc2tyWJe+BHSitwpQVc6Ecq0wsf8avGPJcM=";
hash = "sha256-uiPNHrhMwYLB7ANgcJwfupvya/pUUQICm48/Vac8s40=";
};
vendorHash = "sha256-Tq7Lu9rZCLpy7CiZQey5/y1hZPEvdSsy1BgEFWNVeAk=";