dtop: 0.6.6 -> 0.6.7 (#470828)

This commit is contained in:
Nick Cao
2025-12-15 21:57:48 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "dtop";
version = "0.6.6";
version = "0.6.7";
src = fetchFromGitHub {
owner = "amir20";
repo = "dtop";
tag = "v${finalAttrs.version}";
hash = "sha256-zJBfGF85GDOf+l+nKdjApQGILavpn5vQUp8jbZxgO58=";
hash = "sha256-E4sZVIgy6p8DNKC20eVaVhPeZFkgl58FFiSa7Gm5ih8=";
};
cargoHash = "sha256-pyH+QuVtd9q/UzdZsB5OEhZkiArWf80KzHBRTY5tZXo=";
cargoHash = "sha256-qU1L5aX+eC5rL+zlUY79uPx6uB2TK6XwdbypNnbwtWQ=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";