From 22ef1496fad7e2d0fb3a7a4477b4f51d3b207423 Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Fri, 7 Jun 2024 21:08:18 +0200 Subject: [PATCH] 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 --- pkgs/applications/system/glances/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/system/glances/default.nix b/pkgs/applications/system/glances/default.nix index 69a94efbbd8a44b..4be42e97344a655 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