Skip to content

Commit

Permalink
packer: 1.6.4 -> 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Oct 31, 2020
1 parent 893c94b commit be93137
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.6.4";
version = "1.6.5";

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

Expand All @@ -11,7 +11,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "packer";
rev = "v${version}";
sha256 = "0nkbm5iamkzi5x64107apnwmqxs4a75pxw935pwpm69ry4535r7w";
sha256 = "sha256-M4PZnqdU5+w/B821cs1bJYzeilqdZ93fh5PErVgqBOQ=";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit be93137

Please sign in to comment.