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
commit 21a215059e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }: { stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec { buildGoPackage rec {
name = "packer-${version}"; name = "packer-${version}";
version = "1.2.5"; version = "1.3.1";
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 = "0wbf0iqfqphwy2snspf34j16ar4ghk0f1zsw8n8vj8gviiivlr7p"; sha256 = "0aif4ilzfv8qyqk4mn525r38xw2w34ryknzd2vrg6mcjcarm8myq";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {