mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
vencord: set VENCORD_HASH to finalAttrs.version
This commit is contained in:
parent
f435d08ed6
commit
74cca271f4
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user