Skip to content

Commit 7883888

Browse files
packer: 1.11.2 -> 1.12.0 (NixOS#375878)
2 parents 4056bb6 + d9b701b commit 7883888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pa/packer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "packer";
10-
version = "1.11.2";
10+
version = "1.12.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "hashicorp";
1414
repo = "packer";
1515
rev = "v${version}";
16-
hash = "sha256-xi5CWL+KQd9nZSd0EscdH+lfw+WLtteSxtEos0lCNcA=";
16+
hash = "sha256-19eaQs2f4zM3lXuQrWoS2S/tXWe3HdxXesjtVG67LFE=";
1717
};
1818

19-
vendorHash = "sha256-Xmmc30W1ZfMc7YSQswyCjw1KyDA5qi8W+kZ1L7cM3cQ=";
19+
vendorHash = "sha256-BsYL0PEpujsXLjhFP05yK8Pr0tc0lrdsQqxzmKso3rw=";
2020

2121
subPackages = [ "." ];
2222

0 commit comments

Comments
 (0)