packer: 1.6.0 -> 1.6.1

https://github.com/hashicorp/packer/releases/tag/v1.6.1
This commit is contained in:
Maximilian Bosch 2020-07-30 22:58:19 +02:00
parent 3d08b748dc
commit 39910f445e
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }: { stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec { buildGoPackage rec {
pname = "packer"; pname = "packer";
version = "1.6.0"; version = "1.6.1";
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 = "0qddljg330i7059kvij84pjzz67g6qh1w2zcmsj6rv58ix8xsfx7"; sha256 = "0jm8950rk0cdf84z0yxm8ic3pm353cgmxr1akn6kq1bwg2w0vsrq";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {