abtop: 0.5.1 -> 0.5.3 (#540714)

This commit is contained in:
Oleksii Filonenko
2026-07-11 13:24:33 +00:00
committed by GitHub
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "abtop";
version = "0.5.1";
version = "0.5.3";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "graykode";
repo = "abtop";
tag = "v${finalAttrs.version}";
hash = "sha256-2m0FYv2HouFqnmDaG6ounc8VJxlEK3N3uTBZyNiFwzI=";
hash = "sha256-LvN+q7JwmvtbroocoRBEug/J5OZTXwHEPAiaRkj16lM=";
};
cargoHash = "sha256-0sAjql2pH41dHdmV0uC4jjj6J1OFjMdEY1B+4C4id3Y=";
cargoHash = "sha256-o5ZHURx+OAQkd7S0TzkLQG5ZsR5HMaqfl8sp639axbg=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];