forked from mirrors/nixpkgs
docui: 2.0.0 -> 2.0.4
This commit is contained in:
parent
7b33cbdbf5
commit
d95db5018a
|
@ -2,20 +2,20 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "docui";
|
pname = "docui";
|
||||||
version = "2.0.0";
|
version = "2.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "skanehira";
|
owner = "skanehira";
|
||||||
repo = "docui";
|
repo = "docui";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0rizl4rxmb3brzvqxw5llbgvq3rncix3h60pgq50djdf0jjnn5hs";
|
sha256 = "0jya0wdp8scjmsr44krdbbb8q4gplf44gsng1nyn12a6ldqzayxl";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "0asqz9nnx80g2wi7dzxrfmppcraywrwdqi9vzr66vaihwpfpfnwz";
|
modSha256 = "1wyx05kk4f41mgvwnvfc9xk7vd3x96cbn5xb5ph7p443f70ydnak";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "TUI Client for Docker";
|
description = "TUI Client for Docker";
|
||||||
homepage = https://github.com/skanehira/docui;
|
homepage = "https://github.com/skanehira/docui";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ aethelz ];
|
maintainers = with maintainers; [ aethelz ];
|
||||||
|
|
Loading…
Reference in a new issue