lazydocker: 0.7.4 -> 0.7.6
This commit is contained in:
parent
691bebf68b
commit
7fa231a4d3
@ -2,13 +2,13 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "lazydocker";
|
||||
version = "0.7.4";
|
||||
version = "0.7.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jesseduffield";
|
||||
repo = "lazydocker";
|
||||
rev = "v${version}";
|
||||
sha256 = "03l6gs4p9p8g0ai6wqg9024rp0pd13m0b9y3sy1ww5afwxb82br6";
|
||||
sha256 = "1sp5f9lkysqkyhd6gvrlpszrih78bj67yidkkd6azv9ianrndx0b";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/jesseduffield/lazydocker";
|
||||
@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple terminal UI for both docker and docker-compose";
|
||||
homepage = https://github.com/jesseduffield/lazydocker;
|
||||
homepage = "https://github.com/jesseduffield/lazydocker";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ das-g ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user