ctop: ensure go 1.13 compatibility

This commit is contained in:
Roman Volosatovs
2019-10-11 10:09:06 +02:00
parent bdd503323a
commit 4ef3de8645
2 changed files with 96 additions and 0 deletions
+6
View File
@@ -11,6 +11,12 @@ buildGoModule rec {
sha256 = "0mm6hl5qklfv0yffj6cgypsgcrk4fq6p60djycfgj20yhz9cmf9x";
};
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 = "0ad1gvamckg94r7f68cnjdbq9nyz6c3hh339hy4hghxd3rd1qskn";
meta = with lib; {