Merge pull request #298700 from qubitnano/origin-glances

glances: 3.4.0.3 -> 3.4.0.5
This commit is contained in:
Nick Cao 2024-03-26 09:00:54 -04:00 committed by GitHub
commit 6dc8988065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
buildPythonApplication rec {
pname = "glances";
version = "3.4.0.3";
version = "3.4.0.5";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "nicolargo";
repo = "glances";
rev = "refs/tags/v${version}";
hash = "sha256-TakQqyHKuiFdBL73JQzflNUMYmBINyY0flqitqoIpmg=";
hash = "sha256-Ho4vcmTEVja7rkgLSfNkXvnpopYupRxPL1UVlnmdGCg=";
};
# On Darwin this package segfaults due to mismatch of pure and impure