vencord: set VENCORD_HASH to finalAttrs.version

This commit is contained in:
Gliczy 2024-11-13 23:38:34 +01:00
parent f435d08ed6
commit 74cca271f4

View File

@ -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 = ''