packer: 1.5.0 -> 1.5.1 (#77023)

This commit is contained in:
Võ Anh Duy 2020-01-06 09:56:36 +00:00 committed by zimbatm
parent 30121dffd4
commit 569315bf2f

View file

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "packer";
version = "1.5.0";
version = "1.5.1";
goPackagePath = "github.com/hashicorp/packer";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
sha256 = "0gml1q3xrwiybclrvw69jpa812lz4p99ffn122w0pmsgdfqhv7p7";
sha256 = "0cj5nr2wjpw676wwx97pk4vfal4n13hm95bjl6600fj6m3491sh0";
};
meta = with stdenv.lib; {