packer: 1.6.6 -> 1.7.0

ChangeLog: https://github.com/hashicorp/packer/releases/tag/v1.7.0
This commit is contained in:
Maximilian Bosch 2021-02-17 23:35:46 +01:00
parent e0f6e514b1
commit 865275f884
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -1,7 +1,7 @@
{ lib, buildGoPackage, fetchFromGitHub, installShellFiles }: { lib, buildGoPackage, fetchFromGitHub, installShellFiles }:
buildGoPackage rec { buildGoPackage rec {
pname = "packer"; pname = "packer";
version = "1.6.6"; version = "1.7.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 = "sha256-kFDy8Zlx+D5JDyNlAmB/ICTe4K9s6KDbALP5pom5OQg="; sha256 = "sha256-x62C44vTIysk9Lx9HZeTBf8k1+P5hfMIijvTWu3cZrA=";
}; };
buildFlagsArray = [ "-ldflags=-s -w" ]; buildFlagsArray = [ "-ldflags=-s -w" ];