Merge pull request #198445 from r-ryantm/auto-update/glances

glances: 3.2.7 -> 3.3.0
This commit is contained in:
Mario Rodas 2022-10-29 09:35:50 -05:00 committed by GitHub
commit 40844cfade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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