Skip to content

Commit 74cca27

Browse files
committed
vencord: set VENCORD_HASH to finalAttrs.version
1 parent f435d08 commit 74cca27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/by-name/ve/vencord/package.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
5151
)
5252
);
5353
VENCORD_REMOTE = "${finalAttrs.src.owner}/${finalAttrs.src.repo}";
54-
# TODO: somehow update this automatically
55-
VENCORD_HASH = "deadbeef";
54+
VENCORD_HASH = "${finalAttrs.version}";
5655
};
5756

5857
buildPhase = ''

0 commit comments

Comments
 (0)