gopsutil: bump to fix vendoring problem#7988
Conversation
This was fixed here shirou/gopsutil#889 We use go mod vendor in NixOS to archive all dependencies and allow reproducible offline builds. Changelog is minimal otherwise: - https://github.com/shirou/gopsutil/releases/tag/v2.20.6
|
I had to downgrade to v2.20.6 again as macOS failed after this. |
It seems that 6f14bbf does not apply cleanly anymore because |
|
That's true because my package modifies the sys version, triggering the issue in the first place. However, with the inserted sys-version 2.20.7 builds as it is the last sys-version with SYS__SYSCALL. :-) If you cannot get it to work, please drop me a note and I will open a PR superseeding this one. |
|
I won't get to it soonish. You are probably faster making your own PR. |
This was fixed here shirou/gopsutil#889
We use go mod vendor in NixOS to archive all dependencies and allow
reproducible offline builds.
Changelog is minimal otherwise:
Required for all PRs: