Merge pull request #118679 from maxeaubrey/packer_1.7.2

packer: 1.7.1 -> 1.7.2
This commit is contained in:
Sandro 2021-04-06 21:03:31 +02:00 committed by GitHub
commit 88d5686a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "packer";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
sha256 = "sha256-PZwKvb43Xf8HaC148Xo076u3sP53nwC4fJ2X7HU0gDo=";
sha256 = "sha256-Ey1gkld7WosJgoqnNp4Lz2x3PTI+w5p+A8Cwv4+uUZw=";
};
vendorSha256 = null;