Merge pull request #75051 from filalex77/lazydocker-0.7.6
lazydocker: 0.7.4 -> 0.7.6
This commit is contained in:
commit
4a08c59903
@ -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,8 +17,8 @@ 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 ];
|
||||
maintainers = with maintainers; [ das-g filalex77 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user