Loading pkgs/applications/system/glances/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -26,15 +26,14 @@ buildPythonApplication rec { pname = "glances"; # use unstable to fix a build error for aarch64. version = "4.0.8-unstable-2024-06-09"; version = "4.1.2.1"; disabled = isPyPy; src = fetchFromGitHub { owner = "nicolargo"; repo = "glances"; rev = "051006e12f7c90281dda4af60871b535b0dcdcb9"; hash = "sha256-iCK5soTACQwtCVMmMsFaqXvZtTKX9WbTul0mUeSWC2M="; rev = "refs/tags/v${version}"; hash = "sha256-SlKt+wjzI9QRmMVvbIERuhQuCCaOh7L89WuNUXNhkuI="; }; # On Darwin this package segfaults due to mismatch of pure and impure Loading Loading
pkgs/applications/system/glances/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -26,15 +26,14 @@ buildPythonApplication rec { pname = "glances"; # use unstable to fix a build error for aarch64. version = "4.0.8-unstable-2024-06-09"; version = "4.1.2.1"; disabled = isPyPy; src = fetchFromGitHub { owner = "nicolargo"; repo = "glances"; rev = "051006e12f7c90281dda4af60871b535b0dcdcb9"; hash = "sha256-iCK5soTACQwtCVMmMsFaqXvZtTKX9WbTul0mUeSWC2M="; rev = "refs/tags/v${version}"; hash = "sha256-SlKt+wjzI9QRmMVvbIERuhQuCCaOh7L89WuNUXNhkuI="; }; # On Darwin this package segfaults due to mismatch of pure and impure Loading