glances: 3.1.6.1 -> 3.1.6.2

+2 -2
+2 -2
pkgs/applications/system/glances/default.nix
··· 9 9 10 10 buildPythonApplication rec { 11 11 pname = "glances"; 12 - version = "3.1.6.1"; 12 + version = "3.1.6.2"; 13 13 disabled = isPyPy; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "nicolargo"; 17 17 repo = "glances"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-lYvFNeCuvLIV//fEQDZIj+nLGZmrKHfAQyNpe4vMmfU="; 19 + sha256 = "sha256-6vxJKIwMKz8KQn10aOzqXhVBDfBLylw925hR1hWP7/A="; 20 20 }; 21 21 22 22 # Some tests fail in the sandbox (they e.g. require access to /sys/class/power_supply):