Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
packer: 1.6.2 -> 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Sep 26, 2020
1 parent d37d976 commit 740f014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/packer/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "packer";
version = "1.6.2";
version = "1.6.3";

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

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

meta = with stdenv.lib; {
Expand Down

0 comments on commit 740f014

Please sign in to comment.