Skip to content

Commit

Permalink
lazydocker: 0.5 -> 0.5.5 (#64484)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill authored and kalbasit committed Jul 9, 2019
1 parent 0033313 commit 32ff51c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/lazydocker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "lazydocker";
version = "0.5";
version = "0.5.5";

src = fetchFromGitHub {
owner = "jesseduffield";
repo = "lazydocker";
rev = "v${version}";
sha256 = "0f062xn58dbci22pg6y4ifcdfs8whzlv2jjprxxk2ygzixrrjwnc";
sha256 = "0h2c1f9r67i6a8ppspsg1ln9rkm272092aaaw55sd15xxr51s4hb";
};

modSha256 = "02n0lg28icy11a2j2rrlmp70blby0kmjas5j48jwh9h9a0yplqic";
modSha256 = "1lrrwcr95fxk4dlinyg74vqyxwwzagymncfps9bgig5v5d8gdd8j";

subPackages = [ "." ];

Expand Down

0 comments on commit 32ff51c

Please sign in to comment.