amdgpu_top: 0.10.2 -> 0.10.3

This commit is contained in:
Gliczy
2025-02-16 18:57:13 +01:00
parent 9fcbf75020
commit 08a396efd4
2 changed files with 4 additions and 4405 deletions
File diff suppressed because it is too large Load Diff
+4 -8
View File
@@ -16,21 +16,17 @@
rustPlatform.buildRustPackage rec {
pname = "amdgpu_top";
version = "0.10.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "Umio-Yasuno";
repo = pname;
rev = "v${version}";
hash = "sha256-sXVUtqPnVYSJ+/RF4/FuXEZOA3DgHMv5Yd8ew/tJJeY=";
hash = "sha256-9PHMPyL2yg36vG+wax0Lb/LFT7CQWnBnZ+t38hr01PE=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"libdrm_amdgpu_sys-0.8.3" = "sha256-unjsJqQ6e9Xo522ETTpy6bxXYW/NzNOnVV+w1ord87U=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-W20jtH3w8LVqKwdf2ifwXKO2xgF3e/DuZ8vWqHOAGy0=";
buildInputs = [
libdrm