glances: 3.1.6.1 -> 3.1.6.2

Changed files
+2 -2
pkgs
applications
system
glances
+2 -2
pkgs/applications/system/glances/default.nix
···
buildPythonApplication rec {
pname = "glances";
-
version = "3.1.6.1";
+
version = "3.1.6.2";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "v${version}";
-
sha256 = "sha256-lYvFNeCuvLIV//fEQDZIj+nLGZmrKHfAQyNpe4vMmfU=";
+
sha256 = "sha256-6vxJKIwMKz8KQn10aOzqXhVBDfBLylw925hR1hWP7/A=";
};
# Some tests fail in the sandbox (they e.g. require access to /sys/class/power_supply):