glances: 3.1.4 -> 3.1.4.1

This commit is contained in:
Michael Weiss 2020-03-25 18:58:51 +01:00
parent 33d64b1e24
commit 63805796c6
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

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