summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2023-01-26 11:10:37 +0100
committerLuflosi <luflosi@luflosi.de>2023-01-26 11:10:37 +0100
commit262987f52df6265fde26ecee79c502489371110c (patch)
tree89508b0f697dc9f75d436e626c5c786aadf250a9 /pkgs/applications/system
parentd41a8f77dbe446ae5460ece10cb4f1e33881062b (diff)
glances: 3.3.0 -> 3.3.1
https://github.com/nicolargo/glances/releases/tag/v3.3.1
Diffstat (limited to 'pkgs/applications/system')
-rw-r--r--pkgs/applications/system/glances/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/system/glances/default.nix b/pkgs/applications/system/glances/default.nix
index f4ec3126976e..cf9e8ec05fd4 100644
--- a/pkgs/applications/system/glances/default.nix
+++ b/pkgs/applications/system/glances/default.nix
@@ -1,5 +1,5 @@
{ stdenv, buildPythonApplication, fetchFromGitHub, fetchpatch, isPyPy, lib
-, defusedxml, future, packaging, psutil, setuptools
+, defusedxml, future, ujson, packaging, psutil, setuptools
# Optional dependencies:
, bottle, pysnmp
, hddtemp
@@ -9,14 +9,14 @@
buildPythonApplication rec {
pname = "glances";
- version = "3.3.0";
+ version = "3.3.1";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "refs/tags/v${version}";
- sha256 = "sha256-4EZjr8oW5759U20YS6eWVZ0pelTCDj75FBc7IkAzd3M=";
+ sha256 = "sha256-93fghrNktcz+YyPkRl6ZiSZC+3a5TDql6eFZMy6veJc=";
};
# On Darwin this package segfaults due to mismatch of pure and impure
@@ -36,6 +36,7 @@ buildPythonApplication rec {
bottle
defusedxml
future
+ ujson
netifaces
packaging
psutil