11 src = fetchFromGitHub {
15 hash = "sha256-oGEG9uGjZTpJjQBnVlffFpNc5sb7HyD/ibpnQUhtTH4=";
18 vendorHash = "sha256-vHVx9vFPvctWNzibfZlN7mEYngYd6q7s9gMIM0FX0Ao=";
20 subPackages = [ "." ];
22 ldflags = [ "-s" "-w" ];
24 nativeBuildInputs = [ installShellFiles ];
27 installShellCompletion --zsh contrib/zsh-completion/_packer
31 description = "A tool for creating identical machine images for multiple platforms from a single source configuration";
32 homepage = "https://www.packer.io";
33 license = licenses.mpl20;
34 maintainers = with maintainers; [ zimbatm ma27 techknowlogick qjoly ];
35 changelog = "https://github.com/hashicorp/packer/blob/v${version}/CHANGELOG.md";