Unverified Commit 70d690e4 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

Merge pull request #286286 from geri1701/amdgpu_top

amdgpu_top: 0.6.1 -> 0.7.0
parents 52cc4096 e2b07cf3
Loading
Loading
Loading
Loading
+513 −412

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -14,18 +14,18 @@

rustPlatform.buildRustPackage rec {
  pname = "amdgpu_top";
  version = "0.6.1";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "Umio-Yasuno";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-/8fYoIp0EezqamKYoZYLllKm5BmljJ0iRpaM2uSPw5Q=";
    hash = "sha256-8fEYIrBh+O+bL3szKHvAD+wBTY+ScxBZvjpNufmfYYA=";
  };

  cargoLock = {
    outputHashes = {
      "libdrm_amdgpu_sys-0.4.1" = "sha256-4z6f0vQHF2sAbvAoGMTrAzI953bjsA7Kw719HDuhjg4=";
      "libdrm_amdgpu_sys-0.5.0" = "sha256-Sqq3Qnt6hMUubhVgetFCPMFqRrcJuGDT9V4ZRaNgcpQ=";
    };
    lockFile = ./Cargo.lock;
  };