packer: 1.7.8 -> 1.7.9 (#156040)

ChangeLog: https://github.com/hashicorp/packer/blob/v1.7.9/CHANGELOG.md#179-january-19-2022
This commit is contained in:
Maximilian Bosch 2022-01-21 12:13:11 +01:00 committed by GitHub
parent 787ced6423
commit 8b79938ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "packer";
version = "1.7.8";
version = "1.7.9";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
sha256 = "sha256-VLHibkyuB8H2zfUCAuk7lBKbW5bl2kJOkwpo/iqsdm8=";
sha256 = "sha256-e2G4kxcizE2lfdryS4S04OwWxseyUqGS0SAaBdiXax0=";
};
vendorSha256 = "sha256-7E1QxlMpLNj9l3L+/gSLl6dGe/MeyKH+htsPxnocHj4=";
vendorSha256 = "sha256-5YcDaGbvw6xo5J8mtJ3CUS8JNCqKUD7kdUyfYIkQ6aE=";
subPackages = [ "." ];