Merge pull request #165425 from SuperSandro2000/ctop

ctop: 0.7.6 -> 0.7.7
This commit is contained in:
Fabian Affolter 2022-03-23 17:21:06 +01:00 committed by GitHub
commit 56605a242a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ctop";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "bcicen";
repo = pname;
rev = version;
sha256 = "sha256-ceRyYrqmgdTnV8m9LkLlR6iTrC5F81X/V3fWI2CiKBw=";
rev = "v${version}";
sha256 = "sha256-tojSzgpoGQg6MwV/MVpQpCA5w6bZO+9IOvfkw0Ydr6c=";
};
vendorSha256 = "sha256-UCeMy4iT0c2sTcCDPg0TIYCLYfrIUvHluUuGIpzluSg=";
vendorSha256 = "sha256-UAja7XuoLqJFNcK1PgHGcuf/HbvSrWyRvW2D3T7Hg0g=";
doCheck = false;