tokei: don't use pname in src

(cherry picked from commit 598138a191)
This commit is contained in:
Defelo
2025-05-22 23:19:17 +02:00
parent e0edf257ce
commit b3095e2b4e

View File

@@ -14,7 +14,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "XAMPPRocky";
repo = pname;
repo = "tokei";
rev = "v${version}";
sha256 = "sha256-jCI9VM3y76RI65E5UGuAPuPkDRTMyi+ydx64JWHcGfE=";
};