ctop: ensure go 1.13 compatibility
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user