Skip to content

Commit

Permalink
packer: 1.5.0 -> 1.5.1 (NixOS#77023)
Browse files Browse the repository at this point in the history
  • Loading branch information
voanhduy1512 authored and zimbatm committed Jan 6, 2020
1 parent 30121df commit 569315b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/packer/default.nix
@@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "packer";
version = "1.5.0";
version = "1.5.1";

goPackagePath = "github.com/hashicorp/packer";

Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
sha256 = "0gml1q3xrwiybclrvw69jpa812lz4p99ffn122w0pmsgdfqhv7p7";
sha256 = "0cj5nr2wjpw676wwx97pk4vfal4n13hm95bjl6600fj6m3491sh0";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 569315b

Please sign in to comment.