Merge pull request #47923 from asymmetric/asymmetric/packer-1.3.1

packer: 1.2.5 -> 1.3.1
This commit is contained in:
Joachim F
2018-10-08 18:21:24 +00:00
committed by GitHub

View File

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