packer: 1.3.3 -> 1.4.0

This commit is contained in:
Tristan Helmich (omniIT) 2019-05-15 14:47:43 +00:00
parent b71c308591
commit 9388ca29fc

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }: { stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec { buildGoPackage rec {
name = "packer-${version}"; name = "packer-${version}";
version = "1.3.3"; version = "1.4.0";
goPackagePath = "github.com/hashicorp/packer"; goPackagePath = "github.com/hashicorp/packer";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "hashicorp"; owner = "hashicorp";
repo = "packer"; repo = "packer";
rev = "v${version}"; rev = "v${version}";
sha256 = "1b1yp5k2apccyqw9zb2xclnm16gfnnkaiwh2s0p79prsy6gjkp7y"; sha256 = "0fpzmwh7vq8vc7gvlnpx4ji4yaxwi2h2ksz0z4782469pkcnbg56";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {