agorakit: avoid using finalAttrs.pname
This commit is contained in:
@@ -10,8 +10,8 @@ php.buildComposerProject2 (finalAttrs: {
|
||||
version = "1.9.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = finalAttrs.pname;
|
||||
repo = finalAttrs.pname;
|
||||
owner = "agorakit";
|
||||
repo = "agorakit";
|
||||
tag = finalAttrs.version;
|
||||
sha256 = "sha256-mBBl/8nXG3FsMeecbERLyY2tGFhh+5nS8A4nd7HI+8c=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user