glances: 3.2.2 -> 3.2.3

(cherry picked from commit 98d8f2e8fed3ef69b4e9adb904a423822ac99407)
This commit is contained in:
R. RyanTM 2021-08-15 01:13:14 +00:00 committed by Michael Weiss
parent aafca18a5c
commit fc893e1176
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
1 changed files with 2 additions and 2 deletions

View File

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