packer: 1.15.2 -> 1.15.3

This commit is contained in:
R. Ryantm
2026-05-03 09:46:35 +00:00
parent 1c29219d4f
commit 526a09cfb8

View File

@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "packer";
version = "1.15.2";
version = "1.15.3";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
hash = "sha256-rTmAc/wWy+soFSGYKjySvcip7L2Gw6oKqYUBgyH12xs=";
hash = "sha256-5B/PUVJMpc/9JEk1O6rYTswRuIXweeF2xMVCA/W6Md8=";
};
vendorHash = "sha256-9aba6LnTjVmY3UgF9YyI9GoleCglTCU83QmHNPI3T2U=";