yx: Don't misuse pname
It's considered best practice to not overuse references to pname.
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "tomalok";
|
||||
repo = pname;
|
||||
repo = "yx";
|
||||
rev = version;
|
||||
sha256 = "sha256-oY61V9xP0DwRooabzi0XtaFsQa2GwYbuvxfERXQtYcA=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user