yazi-unwrapped: fix pname misuse

This commit is contained in:
éclairevoyant
2024-04-02 17:44:09 -04:00
parent fa1007869d
commit 87734a9f1c
+1 -1
View File
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "sxyazi";
repo = pname;
repo = "yazi";
rev = "v${version}";
hash = "sha256-c8fWWCOVBqQVdQch9BniCaJPrVEOCv35lLH8/hMIbvE=";
};