packer: 1.12.0 -> 1.13.0 (#413284)

This commit is contained in:
techknowlogick 2025-06-04 10:21:07 -04:00 committed by GitHub
parent 2d66272683
commit 42736c1e6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "packer";
version = "1.12.0";
version = "1.13.0";
src = fetchFromGitHub {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
hash = "sha256-19eaQs2f4zM3lXuQrWoS2S/tXWe3HdxXesjtVG67LFE=";
hash = "sha256-MWVNDRtvH33fby17rj8Fdc/14NGuxWIRNG6B+onUK+M=";
};
vendorHash = "sha256-BsYL0PEpujsXLjhFP05yK8Pr0tc0lrdsQqxzmKso3rw=";
vendorHash = "sha256-aXeYGyMn+lnsfcQMJXRt1uZsdi9np26sMna6Ch1swbg=";
subPackages = [ "." ];