Skip to content

Commit

Permalink
packer: 1.3.3 -> 1.4.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 9388ca2)
  • Loading branch information
Tristan Helmich (omniIT) authored and globin committed May 18, 2019
1 parent d83533f commit ccd94f5
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 {
name = "packer-${version}";
version = "1.3.3";
version = "1.4.0";

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

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

meta = with stdenv.lib; {
Expand Down

0 comments on commit ccd94f5

Please sign in to comment.