packer: 1.10.2 -> 1.10.3

This commit is contained in:
R. Ryantm 2024-04-22 22:54:44 +00:00
parent 80368c5bef
commit 053ee1c051

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "packer";
version = "1.10.2";
version = "1.10.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
hash = "sha256-/ViyS7srbOoZJDvDCRoNYWkdCYi3F1Pr0gSSFF0M1ak=";
hash = "sha256-oLN7FU7Er0GnfOhoKd0bSsiB7uZsr2BNL3aSDrWJEUw=";
};
vendorHash = "sha256-JNOlMf+PIONokw5t2xhz1Y+b5VwRDG7BKODl8fHCcJY=";
vendorHash = "sha256-2YsFwWalMhbZP4vdEQguCijGC9kCiqDpfZCAKVOk5bs=";
subPackages = [ "." ];