3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #217016 from r-ryantm/auto-update/packer

packer: 1.8.5 -> 1.8.6
This commit is contained in:
Jonas Heinrich 2023-02-19 11:06:28 +01:00 committed by GitHub
commit 2236653844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [ "." ];