packer: 1.9.5 -> 1.10.0

This commit is contained in:
R. Ryantm 2023-12-17 13:38:15 +00:00 committed by zowoq
parent b77e9f0ecc
commit 737c532384

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "packer";
version = "1.9.5";
version = "1.10.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
hash = "sha256-7HoT9B6YpgwJ8Q1TUMS3W919204LiOqyemtT7Ybeeyg=";
hash = "sha256-pHqYO3a9JruOCbMbLLQ2BqS4bcCeaBf82cBxGVHgLoY=";
};
vendorHash = "sha256-aalecIoKUUj0siDIBXXeyCjkpsyjlPPX6XohDC6WDoY=";
vendorHash = "sha256-ydG1nINW9uGYv5uNlJ6p8GHSkIW83qGpUAfRU+yQXmc=";
subPackages = [ "." ];
@ -30,7 +30,7 @@ buildGoModule rec {
meta = with lib; {
description = "A tool for creating identical machine images for multiple platforms from a single source configuration";
homepage = "https://www.packer.io";
license = licenses.mpl20;
license = licenses.bsl11;
maintainers = with maintainers; [ zimbatm ma27 techknowlogick qjoly ];
changelog = "https://github.com/hashicorp/packer/blob/v${version}/CHANGELOG.md";
};