packer: 1.0.0 -> 1.0.3
This commit is contained in:
parent
426218231b
commit
f520031ee6
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "packer-${version}";
|
name = "packer-${version}";
|
||||||
version = "1.0.0";
|
version = "1.0.3";
|
||||||
|
|
||||||
goPackagePath = "github.com/mitchellh/packer";
|
goPackagePath = "github.com/mitchellh/packer";
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ buildGoPackage rec {
|
|||||||
owner = "mitchellh";
|
owner = "mitchellh";
|
||||||
repo = "packer";
|
repo = "packer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "16hdh3iwvdg1jk3pswa9r9lq4qkhds1lrqwl19vd1v2yz2r76kzi";
|
sha256 = "1bd0rv93pxlv58c0x1d4dsjq4pg5qwrm2p7qw83pca7izlncgvfr";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user