dtop: 0.6.3 -> 0.6.6

This commit is contained in:
R. Ryantm
2025-12-08 11:33:05 +00:00
parent 62cedb76f6
commit 19fe155c1c
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "dtop";
version = "0.6.3";
version = "0.6.6";
src = fetchFromGitHub {
owner = "amir20";
repo = "dtop";
tag = "v${finalAttrs.version}";
hash = "sha256-IAaAJFwZivN6Eq6/h1cX4zeiLBJSmfS6VqKZY9ySD8Y=";
hash = "sha256-zJBfGF85GDOf+l+nKdjApQGILavpn5vQUp8jbZxgO58=";
};
cargoHash = "sha256-23EK6pTLiBl0Vhh+GqfzeHagj7ah1YqaSJdalonlAnA=";
cargoHash = "sha256-pyH+QuVtd9q/UzdZsB5OEhZkiArWf80KzHBRTY5tZXo=";
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";