Merge pull request #131444 from r-ryantm/auto-update/glances

glances: 3.2.1 -> 3.2.2
This commit is contained in:
Michael Weiss 2021-07-25 10:49:27 +02:00 committed by GitHub
commit b9ec2ace9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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