packer: 0.7.5 -> 0.8.6

This commit is contained in:
zimbatm
2016-01-21 23:17:54 +00:00
parent 2b7b3aa5e0
commit c38fae0a2c
2 changed files with 363 additions and 301 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, lib, go, gox, fetchgit, fetchhg, fetchbzr, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "packer-0.7.5";
name = "packer-0.8.6";
src = import ./deps.nix {
inherit stdenv lib fetchgit fetchhg fetchbzr fetchFromGitHub;