amdgpu_top: don't use repo = pname

This commit is contained in:
Gliczy
2025-02-16 19:02:08 +01:00
parent 08a396efd4
commit be41cea442
+1 -1
View File
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "Umio-Yasuno";
repo = pname;
repo = "amdgpu_top";
rev = "v${version}";
hash = "sha256-9PHMPyL2yg36vG+wax0Lb/LFT7CQWnBnZ+t38hr01PE=";
};