packer: 1.7.0 -> 1.7.1

ChangeLog: https://github.com/hashicorp/packer/releases/tag/v1.7.1
This commit is contained in:
Maximilian Bosch 2021-03-31 20:12:05 +02:00
parent 3dee9271d7
commit 9a1f63beac
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -1,7 +1,7 @@
{ lib, buildGoPackage, fetchFromGitHub, installShellFiles }:
buildGoPackage rec {
pname = "packer";
version = "1.7.0";
version = "1.7.1";
goPackagePath = "github.com/hashicorp/packer";
@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
sha256 = "sha256-x62C44vTIysk9Lx9HZeTBf8k1+P5hfMIijvTWu3cZrA=";
sha256 = "sha256-PZwKvb43Xf8HaC148Xo076u3sP53nwC4fJ2X7HU0gDo=";
};
buildFlagsArray = [ "-ldflags=-s -w" ];