glances: 3.2.1 -> 3.2.2

(cherry picked from commit f1561b7f4dfa78288ef470724377f94a7e56efe3)
This commit is contained in:
R. RyanTM 2021-07-25 08:36:31 +00:00 committed by Michael Weiss
parent 3c9c1bc642
commit aafca18a5c
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -9,14 +9,14 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "glances"; pname = "glances";
version = "3.2.1"; version = "3.2.2";
disabled = isPyPy; disabled = isPyPy;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nicolargo"; owner = "nicolargo";
repo = "glances"; repo = "glances";
rev = "v${version}"; rev = "v${version}";
sha256 = "0m2cxmlyay2rr9hnc08s5q9xwdqy0nhzsl10by4f9ji0kiahnpl6"; sha256 = "13w7bxfizsfi3xyhharnindyn3dv3p9p54a4xwyhnnhczs8kqa8s";
}; };
# Some tests fail in the sandbox (they e.g. require access to /sys/class/power_supply): # Some tests fail in the sandbox (they e.g. require access to /sys/class/power_supply):