about summary refs log tree commit diff
path: root/pkgs/applications/system
diff options
context:
space:
mode:
authorFlorian Brandes <florian.brandes@posteo.de>2024-06-07 21:08:18 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2024-06-20 20:37:33 -0500
commit3ed0e6824c1a677493e86904a9f7472fcef5b46a (patch)
tree5d86ea023ae841ac66f102bd2d8327fc24b428e8 /pkgs/applications/system
parent3825ead062c6d266454d84e166380a981995d257 (diff)
glances: update to unstable 4.0.8
test 105 and 107 failed on aarch64. Upstream fixes those but
cherry-picking would require pulling in many different commits, so
updating to this unstable relase is cleaner.

See upstream issue on https://github.com/nicolargo/glances/issues/2819

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
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 69a94efbbd8a4..4be42e97344a6 100644
--- a/pkgs/applications/system/glances/default.nix
+++ b/pkgs/applications/system/glances/default.nix
@@ -26,14 +26,15 @@
 
 buildPythonApplication rec {
   pname = "glances";
-  version = "4.0.7";
+  # use unstable to fix a build error for aarch64.
+  version = "4.0.8-unstable-2024-06-09";
   disabled = isPyPy;
 
   src = fetchFromGitHub {
     owner = "nicolargo";
     repo = "glances";
-    rev = "refs/tags/v${version}";
-    hash = "sha256-Vfsco8Wno57aPM7PtwCc/gI+6FnAG3H/t5OAUngDU5o=";
+    rev = "051006e12f7c90281dda4af60871b535b0dcdcb9";
+    hash = "sha256-iCK5soTACQwtCVMmMsFaqXvZtTKX9WbTul0mUeSWC2M=";
   };
 
   # On Darwin this package segfaults due to mismatch of pure and impure