packer: 1.8.0 -> 1.8.1

ChangeLog: https://github.com/hashicorp/packer/blob/v1.8.1/CHANGELOG.md#181-may-27-2022
This commit is contained in:
Maximilian Bosch 2022-05-28 00:36:55 +02:00
parent 39dbb63501
commit 125e0b9f5c
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "packer";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
sha256 = "sha256-rvOfDMALzZx8LfChgB3nC4GCTlSET43SkhW1EkA59zo=";
sha256 = "sha256-NqXmeBQrDnCGruJTZjAryxCmEdm1CZMPhW6JhZB0log=";
};
vendorSha256 = "sha256-ZQ+7F49VnpPtxWlZVBez2mpVCx8gIPEDKBD5qM9NcMo=";
vendorSha256 = "sha256-Wit5DWTjVrxLLWpfOo/6JrSxqeZvC4Vjv+cW19wNHyw=";
subPackages = [ "." ];