nixpkgs/pkgs/development/tools/packer/deps.nix

12 lines
282 B
Nix
Raw Normal View History

2017-08-03 17:48:04 +01:00
[
{
goPackagePath = "github.com/hashicorp/packer";
fetch = {
type = "git";
url = "https://github.com/hashicorp/packer";
rev = "07decf99adc272a386e3a013846248810d9aa690";
sha256 = "17rrzrlr48spadb9fymn1a0blqggs2mfmqbwfxs0pnw66mhd0fzz";
};
}
]