nixpkgs/pkgs/development/tools/packer/deps.nix
2017-08-03 18:48:04 +02:00

12 lines
282 B
Nix

[
{
goPackagePath = "github.com/hashicorp/packer";
fetch = {
type = "git";
url = "https://github.com/hashicorp/packer";
rev = "07decf99adc272a386e3a013846248810d9aa690";
sha256 = "17rrzrlr48spadb9fymn1a0blqggs2mfmqbwfxs0pnw66mhd0fzz";
};
}
]