Skip to content

Commit

Permalink
docker-machine: 0.10.0 -> 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Volkov authored and grahamc committed Jul 26, 2017
1 parent c683f05 commit 6c8871f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

buildGoPackage rec {
name = "machine-${version}";
version = "0.10.0";
version = "0.12.0";

goPackagePath = "github.com/docker/machine";

src = fetchFromGitHub {
rev = "v${version}";
owner = "docker";
repo = "machine";
sha256 = "1ik0jbp8zqzmg8w1fnf82gdlwrvw4nl40lmins7h8y0q6psrp6gc";
sha256 = "08y87d0whag9sy1q5s84xrz95k12c9crh3zmdcr1ylrwqnszrn2y";
};

postInstall = ''
Expand Down

0 comments on commit 6c8871f

Please sign in to comment.