Commit 3ed0e682 authored by Florian Brandes's avatar Florian Brandes Committed by Jonathan Ringer
Browse files

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: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent 3825ead0
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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