Merge pull request #303909 from geri1701/amdgpu_top

amdgpu_top: 0.7.0 -> 0.8.2
This commit is contained in:
kirillrdy
2024-04-14 19:11:52 +10:00
committed by GitHub
2 changed files with 859 additions and 457 deletions
+856 -454
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -14,18 +14,18 @@
rustPlatform.buildRustPackage rec {
pname = "amdgpu_top";
version = "0.7.0";
version = "0.8.2";
src = fetchFromGitHub {
owner = "Umio-Yasuno";
repo = pname;
rev = "v${version}";
hash = "sha256-8fEYIrBh+O+bL3szKHvAD+wBTY+ScxBZvjpNufmfYYA=";
hash = "sha256-lJ1v1ixLqzo8nKnA/0P9cCDkTEd4Nt0hUnRyOsU9S24";
};
cargoLock = {
outputHashes = {
"libdrm_amdgpu_sys-0.5.0" = "sha256-Sqq3Qnt6hMUubhVgetFCPMFqRrcJuGDT9V4ZRaNgcpQ=";
"libdrm_amdgpu_sys-0.7.1" = "sha256-Phj84wue/QcKqvxLJpGfj0sIjJdNobVrQUciNnZxKiw=";
};
lockFile = ./Cargo.lock;
};