glances: 3.2.7 -> 3.3.0

This commit is contained in:
R. Ryantm 2022-10-29 10:43:18 +00:00
parent 222f94ac3f
commit 3d0ad18747

View file

@ -9,14 +9,14 @@
buildPythonApplication rec {
pname = "glances";
version = "3.2.7";
version = "3.3.0";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "v${version}";
sha256 = "sha256-WZDvC95Y6Xc7dOuPJJlJLI4PCZR76pYPl8NGtmxe91o=";
rev = "refs/tags/v${version}";
sha256 = "sha256-4EZjr8oW5759U20YS6eWVZ0pelTCDj75FBc7IkAzd3M=";
};
# On Darwin this package segfaults due to mismatch of pure and impure