packer: 1.0.0 -> 1.0.3

This commit is contained in:
Franz Pletz 2017-08-01 02:13:54 +02:00
parent 426218231b
commit f520031ee6
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }: { stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec { buildGoPackage rec {
name = "packer-${version}"; name = "packer-${version}";
version = "1.0.0"; version = "1.0.3";
goPackagePath = "github.com/mitchellh/packer"; goPackagePath = "github.com/mitchellh/packer";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "mitchellh"; owner = "mitchellh";
repo = "packer"; repo = "packer";
rev = "v${version}"; rev = "v${version}";
sha256 = "16hdh3iwvdg1jk3pswa9r9lq4qkhds1lrqwl19vd1v2yz2r76kzi"; sha256 = "1bd0rv93pxlv58c0x1d4dsjq4pg5qwrm2p7qw83pca7izlncgvfr";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {