packer: 1.7.3 -> 1.7.4 (#130916)

ChangeLog: https://github.com/hashicorp/packer/blob/v1.7.4/CHANGELOG.md#174-july-20-2021
This commit is contained in:
Maximilian Bosch 2021-07-21 13:50:44 +02:00 committed by GitHub
parent 9442acc95d
commit 93f97fc0d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "packer"; pname = "packer";
version = "1.7.3"; version = "1.7.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hashicorp"; owner = "hashicorp";
repo = "packer"; repo = "packer";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-k5GCUFzjf0mipIQlnf7VCUS2j7cFwoGCeM7T6qgGnJA="; sha256 = "sha256-VNOq9uhtzf1hdEn+bkAOYy4gZxP5ek0WaaS/71uJzrA=";
}; };
vendorSha256 = "sha256-5Wb7WAUGXJ7VMWiQyboH3PXJazsqitD9N0Acd+WItaY="; vendorSha256 = "sha256-WYA/wZJg93+X4IAX9hOMRHVRQRyA4N4aDaScDgkGUIE=";
subPackages = [ "." ]; subPackages = [ "." ];