glances: 3.2.3 -> 3.2.3.1

This commit is contained in:
Michael Weiss 2021-08-21 11:12:25 +02:00
parent c754d40c82
commit 7ec6b6bb22
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

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