Merge pull request #54473 from jdanekrh/packer_1.3.3

packer: 1.3.1 -> 1.3.3
This commit is contained in:
Elis Hirwing 2019-01-26 12:59:21 +01:00 committed by GitHub
commit 8fcf4925c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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