summary refs log tree commit diff
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-15 01:13:14 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-08-15 01:13:14 +0000
commit98d8f2e8fed3ef69b4e9adb904a423822ac99407 (patch)
tree913b10279cbd59cb6ad85ef1172087f8361c7937 /pkgs/applications/system
parent74593328f79308eebc2d6d8e79cedfc97dbd4315 (diff)
downloadnixpkgs-98d8f2e8fed3ef69b4e9adb904a423822ac99407.tar
nixpkgs-98d8f2e8fed3ef69b4e9adb904a423822ac99407.tar.gz
nixpkgs-98d8f2e8fed3ef69b4e9adb904a423822ac99407.tar.bz2
nixpkgs-98d8f2e8fed3ef69b4e9adb904a423822ac99407.tar.lz
nixpkgs-98d8f2e8fed3ef69b4e9adb904a423822ac99407.tar.xz
nixpkgs-98d8f2e8fed3ef69b4e9adb904a423822ac99407.tar.zst
nixpkgs-98d8f2e8fed3ef69b4e9adb904a423822ac99407.zip
glances: 3.2.2 -> 3.2.3
Diffstat (limited to 'pkgs/applications/system')
-rw-r--r--pkgs/applications/system/glances/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/system/glances/default.nix b/pkgs/applications/system/glances/default.nix
index 1d1182ba0d5..8ddee9c0b49 100644
--- a/pkgs/applications/system/glances/default.nix
+++ b/pkgs/applications/system/glances/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonApplication rec {
   pname = "glances";
-  version = "3.2.2";
+  version = "3.2.3";
   disabled = isPyPy;
 
   src = fetchFromGitHub {
     owner = "nicolargo";
     repo = "glances";
     rev = "v${version}";
-    sha256 = "13w7bxfizsfi3xyhharnindyn3dv3p9p54a4xwyhnnhczs8kqa8s";
+    sha256 = "1nc8bdzzrzaircq3myd32w6arpy2prn739886cq2h47cpinxmvpr";
   };
 
   # Some tests fail in the sandbox (they e.g. require access to /sys/class/power_supply):