packer: 1.1.3 -> 1.2.0 (#35945)
Semi-automatic update. These checks were performed: - built on NixOS - found 1.2.0 with grep in /nix/store/q9ifpn013p72sy6mp3b5xyrl2rjfnabw-packer-1.2.0-bin - found 1.2.0 in filename of file in /nix/store/q9ifpn013p72sy6mp3b5xyrl2rjfnabw-packer-1.2.0-bin
This commit is contained in:
parent
b70e3f02ae
commit
420a63b8d8
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "packer-${version}";
|
name = "packer-${version}";
|
||||||
version = "1.1.3";
|
version = "1.2.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/hashicorp/packer";
|
goPackagePath = "github.com/hashicorp/packer";
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "packer";
|
repo = "packer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0bfjv4sqci10jzy11qg6q1xyik36v98vd6ck91sarawvgbaprsp2";
|
sha256 = "05qsyh6d4qsvabr543ggd4b09fipxzr270cawsx0glmkgw82nkzi";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user