Merge pull request #126573 from SuperSandro2000/ctop

ctop: 0.7.5 -> 0.7.6

authored by

Fabian Affolter and committed by
GitHub
a71ba8bb 1fd7f210

+5 -5
+5 -5
pkgs/tools/system/ctop/default.nix
··· 2 3 buildGoModule rec { 4 pname = "ctop"; 5 - version = "0.7.5"; 6 7 src = fetchFromGitHub { 8 owner = "bcicen"; 9 repo = pname; 10 - rev = "v${version}"; 11 - sha256 = "0mm1gapnz67mwc346jr530xwpiajq1b2f295s8gz5nrb2a23mqln"; 12 }; 13 14 - vendorSha256 = "0a5rwnf251jbp7jz2ln8z9hqp0112c6kx0y09nncvlcki35qq9sh"; 15 16 doCheck = false; 17 ··· 21 description = "Top-like interface for container metrics"; 22 homepage = "https://ctop.sh/"; 23 license = licenses.mit; 24 - maintainers = with maintainers; [ apeyroux marsam ]; 25 }; 26 }
··· 2 3 buildGoModule rec { 4 pname = "ctop"; 5 + version = "0.7.6"; 6 7 src = fetchFromGitHub { 8 owner = "bcicen"; 9 repo = pname; 10 + rev = version; 11 + sha256 = "sha256-ceRyYrqmgdTnV8m9LkLlR6iTrC5F81X/V3fWI2CiKBw="; 12 }; 13 14 + vendorSha256 = "sha256-UCeMy4iT0c2sTcCDPg0TIYCLYfrIUvHluUuGIpzluSg="; 15 16 doCheck = false; 17 ··· 21 description = "Top-like interface for container metrics"; 22 homepage = "https://ctop.sh/"; 23 license = licenses.mit; 24 + maintainers = with maintainers; [ apeyroux marsam SuperSandro2000 ]; 25 }; 26 }