Skip to content

Commit

Permalink
glances: 4.1.2.1 -> 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 25, 2024
1 parent b50e35f commit 9e212d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/system/glances/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

buildPythonApplication rec {
pname = "glances";
version = "4.1.2.1";
version = "4.2.0";
disabled = isPyPy;

src = fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "refs/tags/v${version}";
hash = "sha256-SlKt+wjzI9QRmMVvbIERuhQuCCaOh7L89WuNUXNhkuI=";
hash = "sha256-liyrMaqBgK7UZjWIKIgIFbskTGaWfyrK8L74DKmaDmY=";
};

# On Darwin this package segfaults due to mismatch of pure and impure
Expand Down

0 comments on commit 9e212d6

Please sign in to comment.