ctop: 0.7.5 -> 0.7.6

This commit is contained in:
Sandro Jäckel 2021-06-11 10:58:34 +02:00
parent c942d63afd
commit fc5b141004
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ctop";
version = "0.7.5";
version = "0.7.6";
src = fetchFromGitHub {
owner = "bcicen";
repo = pname;
rev = "v${version}";
sha256 = "0mm1gapnz67mwc346jr530xwpiajq1b2f295s8gz5nrb2a23mqln";
rev = version;
sha256 = "sha256-ceRyYrqmgdTnV8m9LkLlR6iTrC5F81X/V3fWI2CiKBw=";
};
vendorSha256 = "0a5rwnf251jbp7jz2ln8z9hqp0112c6kx0y09nncvlcki35qq9sh";
vendorSha256 = "sha256-UCeMy4iT0c2sTcCDPg0TIYCLYfrIUvHluUuGIpzluSg=";
doCheck = false;
@ -21,6 +21,6 @@ buildGoModule rec {
description = "Top-like interface for container metrics";
homepage = "https://ctop.sh/";
license = licenses.mit;
maintainers = with maintainers; [ apeyroux marsam ];
maintainers = with maintainers; [ apeyroux marsam SuperSandro2000 ];
};
}