amdgpu_top: 0.10.4 -> 0.10.5 (#411605)

Co-authored-by: geri1701 <geri@sdf.org>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-28 14:33:20 +00:00 committed by GitHub
commit 1bcbf9e0a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,17 +16,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "amdgpu_top"; pname = "amdgpu_top";
version = "0.10.4"; version = "0.10.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Umio-Yasuno"; owner = "Umio-Yasuno";
repo = "amdgpu_top"; repo = "amdgpu_top";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-OvxrcVjngIW/fVIPX1XhbGImAeDifoLzlaZpXUYS9FA="; hash = "sha256-BT451a9S3hyugEFH1rHPiJLAb6LzB8rqMAZdWf4UNC8=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-na6pghbJ7Ek+rdbX4qJt2kv7C3AAqpgU/nYHaT9CQdo="; cargoHash = "sha256-bZuwouL8kuEhEiuLsehON1OEPKR3QtSHtn8HvXTovSs=";
buildInputs = [ buildInputs = [
libdrm libdrm