Skip to content

Commit

Permalink
packer: 0.12.1 -> 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Feb 21, 2017
1 parent 1fdb52f commit 9c1399e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/packer/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "packer-${version}";
version = "0.12.1";
version = "0.12.2";

goPackagePath = "github.com/mitchellh/packer";

Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "mitchellh";
repo = "packer";
rev = "v${version}";
sha256 = "05wd8xf4nahpg96wzligk5av10p0xd2msnb3imk67qgbffrlvmvi";
sha256 = "1li141y7rfbn021h33dnryhms5xwzqz8d92djnprbh7ba9ff02zm";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 9c1399e

Please sign in to comment.