Unverified Commit 1bcbf9e0 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

amdgpu_top: 0.10.4 -> 0.10.5 (#411605)



Co-authored-by: default avatargeri1701 <geri@sdf.org>
parents 6b8aa758 3ce3fd1a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,17 +16,17 @@

rustPlatform.buildRustPackage rec {
  pname = "amdgpu_top";
  version = "0.10.4";
  version = "0.10.5";

  src = fetchFromGitHub {
    owner = "Umio-Yasuno";
    repo = "amdgpu_top";
    rev = "v${version}";
    hash = "sha256-OvxrcVjngIW/fVIPX1XhbGImAeDifoLzlaZpXUYS9FA=";
    hash = "sha256-BT451a9S3hyugEFH1rHPiJLAb6LzB8rqMAZdWf4UNC8=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-na6pghbJ7Ek+rdbX4qJt2kv7C3AAqpgU/nYHaT9CQdo=";
  cargoHash = "sha256-bZuwouL8kuEhEiuLsehON1OEPKR3QtSHtn8HvXTovSs=";

  buildInputs = [
    libdrm