packer: 1.7.1 -> 1.7.2

This commit is contained in:
Maxine Aubrey 2021-04-06 19:54:19 +02:00
parent a05293a93c
commit 2cf150ab8c
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

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;