Merge pull request #269296 from RadovanSk/amdgpu_top

amdgpu_top: 0.1.11 -> 0.3.1
This commit is contained in:
Peder Bergebakken Sundt 2023-11-27 04:01:23 +01:00 committed by GitHub
commit f43ae9ce53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1534 additions and 385 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,16 +14,19 @@
rustPlatform.buildRustPackage rec {
pname = "amdgpu_top";
version = "0.1.11";
version = "0.3.1";
src = fetchFromGitHub {
owner = "Umio-Yasuno";
repo = pname;
rev = "v${version}";
hash = "sha256-jeKwvecB67U+TACr4uXGjRWvRG3GUleiqyu5MYlFwq0=";
hash = "sha256-bkrXm3lXJr+sZ09GeVHgfIp8JO3a/Ejrsm1Cm4eY4IU=";
};
cargoLock = {
outputHashes = {
"libdrm_amdgpu_sys-0.2.2" = "sha256-2QXT/6octEzokW8+0mHx02R8qQ3kCBDxZT4yyfDkM5A=";
};
lockFile = ./Cargo.lock;
};