Skip to content

Commit

Permalink
lazydocker: 0.8 -> 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 14, 2020
1 parent 0905a5d commit 265b150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/lazydocker/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "lazydocker";
version = "0.8";
version = "0.9";

src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${version}";
sha256 = "02x03nmkbj0133bziaqmqlh3x515w3n01iqvg7q6b55r7nan7hv7";
sha256 = "08j2qp632fdmswnb92wxa9lhnal4mrmq6gmxaxngnxiqgkfx37zy";
};

goPackagePath = "github.com/jesseduffield/lazydocker";
Expand Down

0 comments on commit 265b150

Please sign in to comment.