glances: 3.1.4.1 -> 3.1.5

gstqt5
Michael Weiss 2020-08-19 16:19:25 +02:00
parent e7139f46cd
commit 465985bd8e
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
1 changed files with 2 additions and 2 deletions

View File

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