packer: 1.7.0 -> 1.7.1
ChangeLog: https://github.com/hashicorp/packer/releases/tag/v1.7.1
This commit is contained in:
parent
3dee9271d7
commit
9a1f63beac
@ -1,7 +1,7 @@
|
|||||||
{ lib, buildGoPackage, fetchFromGitHub, installShellFiles }:
|
{ lib, buildGoPackage, fetchFromGitHub, installShellFiles }:
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "packer";
|
pname = "packer";
|
||||||
version = "1.7.0";
|
version = "1.7.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 = "sha256-x62C44vTIysk9Lx9HZeTBf8k1+P5hfMIijvTWu3cZrA=";
|
sha256 = "sha256-PZwKvb43Xf8HaC148Xo076u3sP53nwC4fJ2X7HU0gDo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildFlagsArray = [ "-ldflags=-s -w" ];
|
buildFlagsArray = [ "-ldflags=-s -w" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user