Skip to content

Commit

Permalink
packer: 1.4.4 -> 1.5.0 (NixOS#75948)
Browse files Browse the repository at this point in the history
  • Loading branch information
endocrimes authored and zimbatm committed Dec 19, 2019
1 parent 1c15955 commit b8afcb7
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.4.4";
version = "1.5.0";

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

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

meta = with stdenv.lib; {
Expand Down

0 comments on commit b8afcb7

Please sign in to comment.