glances: 3.4.0.5 -> 4.0.6

This commit is contained in:
R. Ryantm 2024-05-25 23:59:33 +00:00
parent 72c5e71641
commit 24641e566d

@ -9,14 +9,14 @@
buildPythonApplication rec {
pname = "glances";
version = "3.4.0.5";
version = "4.0.6";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "refs/tags/v${version}";
hash = "sha256-Ho4vcmTEVja7rkgLSfNkXvnpopYupRxPL1UVlnmdGCg=";
hash = "sha256-FkAMsfr/bO7Chemw4hhVt2SKkSyPLECNVuOsOxKWsGE=";
};
# On Darwin this package segfaults due to mismatch of pure and impure