about summary refs log tree commit diff
path: root/pkgs/development/tools/packer
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2022-01-21 12:13:11 +0100
committerGitHub <noreply@github.com>2022-01-21 12:13:11 +0100
commit8b79938ccb2b5cc768690cdc3d78821985facf20 (patch)
treed1d3d76b954f51d9e7ee54b64c5d22bf39239510 /pkgs/development/tools/packer
parent787ced6423cbfd130471aaf0a5e66ca3fd3e6af0 (diff)
packer: 1.7.8 -> 1.7.9 (#156040)
ChangeLog: https://github.com/hashicorp/packer/blob/v1.7.9/CHANGELOG.md#179-january-19-2022
Diffstat (limited to 'pkgs/development/tools/packer')
-rw-r--r--pkgs/development/tools/packer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/packer/default.nix b/pkgs/development/tools/packer/default.nix
index 9fe40b82a1543..e7d5c30b0a5c8 100644
--- a/pkgs/development/tools/packer/default.nix
+++ b/pkgs/development/tools/packer/default.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "packer";
-  version = "1.7.8";
+  version = "1.7.9";
 
   src = fetchFromGitHub {
     owner = "hashicorp";
     repo = "packer";
     rev = "v${version}";
-    sha256 = "sha256-VLHibkyuB8H2zfUCAuk7lBKbW5bl2kJOkwpo/iqsdm8=";
+    sha256 = "sha256-e2G4kxcizE2lfdryS4S04OwWxseyUqGS0SAaBdiXax0=";
   };
 
-  vendorSha256 = "sha256-7E1QxlMpLNj9l3L+/gSLl6dGe/MeyKH+htsPxnocHj4=";
+  vendorSha256 = "sha256-5YcDaGbvw6xo5J8mtJ3CUS8JNCqKUD7kdUyfYIkQ6aE=";
 
   subPackages = [ "." ];