ctop: 0.7.2 -> 0.7.3

Changelog: https://github.com/bcicen/ctop/releases/tag/v0.7.3
This commit is contained in:
Mario Rodas
2020-01-04 04:20:00 -05:00
parent cef68c4580
commit 73600abd8d
2 changed files with 4 additions and 98 deletions
+4 -8
View File
@@ -2,22 +2,18 @@
buildGoModule rec {
pname = "ctop";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "bcicen";
repo = pname;
rev = "v${version}";
sha256 = "0mm6hl5qklfv0yffj6cgypsgcrk4fq6p60djycfgj20yhz9cmf9x";
sha256 = "0y72l65xgfqrgghzbm1zcy776l5m31z0gn6vfr689zyi3k3f4kh8";
};
patches = [
# Version 0.7.2 does not build with go 1.13.
# TODO: Remove once(and if) https://github.com/bcicen/ctop/pull/178 is merged and lands in a release.
./go-1.13-deps.patch
];
modSha256 = "0wxv6yzlgki7047qszx9p9xpph95bg097jkgaa0b3wbpx8vg7qml";
modSha256 = "0ad1gvamckg94r7f68cnjdbq9nyz6c3hh339hy4hghxd3rd1qskn";
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version} -X main.build=v${version}" ];
meta = with lib; {
description = "Top-like interface for container metrics";