Merge pull request #82535 from r-ryantm/auto-update/docui

docui: 2.0.0 -> 2.0.4
This commit is contained in:
Ryan Mulligan 2020-03-14 06:29:44 -07:00 committed by GitHub
commit f124f11e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];