12 src = fetchFromGitHub {
16 sha256 = "sha256-m8PKigVm46PN55hchc5a1OUUuhxoGn3e2sMRqqvkPgs=";
19 vendorSha256 = "sha256-hSZCYSV7nMGd5KQsV+Z4ig7vk4j8cZnOvsg0DqPiEvg=";
21 subPackages = [ "." ];
23 ldflags = [ "-s" "-w" ];
25 nativeBuildInputs = [ installShellFiles ];
28 installShellCompletion --zsh contrib/zsh-completion/_packer
32 description = "A tool for creating identical machine images for multiple platforms from a single source configuration";
33 homepage = "https://www.packer.io";
34 license = licenses.mpl20;
35 maintainers = with maintainers; [ cstrahan zimbatm ma27 techknowlogick ];
36 changelog = "https://github.com/hashicorp/packer/blob/v${version}/CHANGELOG.md";
37 platforms = platforms.unix;