amdgpu_top: 0.10.4 -> 0.10.5 (#411605)

Co-authored-by: geri1701 <geri@sdf.org>

authored by nixpkgs-merge-bot[bot] geri1701 and committed by GitHub 1bcbf9e0 6b8aa758

+3 -3
+3 -3
pkgs/by-name/am/amdgpu_top/package.nix
··· 16 16 17 17 rustPlatform.buildRustPackage rec { 18 18 pname = "amdgpu_top"; 19 - version = "0.10.4"; 19 + version = "0.10.5"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "Umio-Yasuno"; 23 23 repo = "amdgpu_top"; 24 24 rev = "v${version}"; 25 - hash = "sha256-OvxrcVjngIW/fVIPX1XhbGImAeDifoLzlaZpXUYS9FA="; 25 + hash = "sha256-BT451a9S3hyugEFH1rHPiJLAb6LzB8rqMAZdWf4UNC8="; 26 26 }; 27 27 28 28 useFetchCargoVendor = true; 29 - cargoHash = "sha256-na6pghbJ7Ek+rdbX4qJt2kv7C3AAqpgU/nYHaT9CQdo="; 29 + cargoHash = "sha256-bZuwouL8kuEhEiuLsehON1OEPKR3QtSHtn8HvXTovSs="; 30 30 31 31 buildInputs = [ 32 32 libdrm