about summary refs log tree commit diff
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-01-24 14:58:41 +0100
committerMichael Weiss <dev.primeos@gmail.com>2021-01-24 14:56:36 +0100
commit8ef056ba72657af59426ecb278ace792366146c5 (patch)
treef255533f457f0890851893e28e14aee6bb63dc37 /pkgs/applications/system
parent2632551494869ad5793cecd249732b1bfd77f975 (diff)
glances: 3.1.6 -> 3.1.6.1
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 0def36f04442a..10a6eb9c6bbf6 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.1.6";
+  version = "3.1.6.1";
   disabled = isPyPy;
 
   src = fetchFromGitHub {
     owner = "nicolargo";
     repo = "glances";
     rev = "v${version}";
-    sha256 = "sha256-uPqHXRwQQQZsttiLuqgr+dcAna+BVZtym4YEmTPLkXk=";
+    sha256 = "sha256-lYvFNeCuvLIV//fEQDZIj+nLGZmrKHfAQyNpe4vMmfU=";
   };
 
   # Some tests fail in the sandbox (they e.g. require access to /sys/class/power_supply):