amdgpu-top: 0.8.5 -> 0.9.2

This commit is contained in:
wxt
2024-10-28 16:50:35 +08:00
parent bec30d6e73
commit 3c31ae2674
2 changed files with 557 additions and 518 deletions
+552 -513
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -16,20 +16,20 @@
rustPlatform.buildRustPackage rec {
pname = "amdgpu_top";
version = "0.8.5";
version = "0.9.2";
src = fetchFromGitHub {
owner = "Umio-Yasuno";
repo = pname;
rev = "v${version}";
hash = "sha256-n1nOlFXI8UCJxEgbuSbmMUhkZaLS3D4jGQdKH82WGc8=";
hash = "sha256-eXUeXBFW2ejkOeMUujMwY0gidzdaX9yWWOfx1ZwA3lk=";
};
cargoLock = {
outputHashes = {
"libdrm_amdgpu_sys-0.7.3" = "sha256-4bwbwVoNV2yroh6OLNxBq8gKaFJtoin/b9xaRdh9QOk=";
};
lockFile = ./Cargo.lock;
outputHashes = {
"libdrm_amdgpu_sys-0.7.5" = "sha256-IkA1kJggkaSWzdDBHpNjU8WZr6wpSQWohERiHWQS2UY=";
};
};
buildInputs = [