vencord: set VENCORD_HASH to finalAttrs.version
This commit is contained in:
@@ -51,8 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
)
|
||||
);
|
||||
VENCORD_REMOTE = "${finalAttrs.src.owner}/${finalAttrs.src.repo}";
|
||||
# TODO: somehow update this automatically
|
||||
VENCORD_HASH = "deadbeef";
|
||||
VENCORD_HASH = "${finalAttrs.version}";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user