amdgpu_top: 0.10.5 -> 0.11.0 (#441418)

authored by nixpkgs-merge-bot[bot] and committed by GitHub d48b511d cca2053c

+3 -3
+3 -3
pkgs/by-name/am/amdgpu_top/package.nix
··· 16 17 rustPlatform.buildRustPackage rec { 18 pname = "amdgpu_top"; 19 - version = "0.10.5"; 20 21 src = fetchFromGitHub { 22 owner = "Umio-Yasuno"; 23 repo = "amdgpu_top"; 24 tag = "v${version}"; 25 - hash = "sha256-BT451a9S3hyugEFH1rHPiJLAb6LzB8rqMAZdWf4UNC8="; 26 }; 27 28 - cargoHash = "sha256-bZuwouL8kuEhEiuLsehON1OEPKR3QtSHtn8HvXTovSs="; 29 30 buildInputs = [ 31 libdrm
··· 16 17 rustPlatform.buildRustPackage rec { 18 pname = "amdgpu_top"; 19 + version = "0.11.0"; 20 21 src = fetchFromGitHub { 22 owner = "Umio-Yasuno"; 23 repo = "amdgpu_top"; 24 tag = "v${version}"; 25 + hash = "sha256-ZXvTLzEjH+R59GqRzDcdtNI7MD7SpG89Wm32KdgEAgg="; 26 }; 27 28 + cargoHash = "sha256-L9vQHht7sZCosKTiMS77IG2WOOTmnMbLQqN8SInU6zM="; 29 30 buildInputs = [ 31 libdrm