treewide: fix uses of repo = finalAttrs.pname
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tplgy";
|
||||
repo = finalAttrs.pname;
|
||||
repo = "cppcodec";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-k4EACtDOSkTXezTeFtVdM1EVJjvGga/IQSrvDzhyaXw=";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user