packer: 1.8.5 -> 1.8.6

This commit is contained in:
R. Ryantm 2023-02-18 22:16:01 +00:00
parent ea64ad20e3
commit a859b9cf7f

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "packer";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
sha256 = "sha256-jdJD7AW4IrzVl4BPdsFFrRSdCWX9l4nFM+DWIuxLiJ8=";
sha256 = "sha256-Nc4H7qx+TmbG80Ogw4zRofux5VwqeQZIg9gLqZprgVE=";
};
vendorSha256 = "sha256-ufvWgusTMbM88F3BkJ61KM2wRSdqPOlMKqDSYf7tZQA=";
vendorHash = "sha256-poTBx62m9Q4az5BECFKmFAE37B8C/DVIyHeC80P+VYQ=";
subPackages = [ "." ];