We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b22d375 + 74cca27 commit d067edfCopy full SHA for d067edf
pkgs/by-name/ve/vencord/package.nix
@@ -14,13 +14,13 @@
14
}:
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "vencord";
17
- version = "1.10.6";
+ version = "1.10.7";
18
19
src = fetchFromGitHub {
20
owner = "Vendicated";
21
repo = "Vencord";
22
rev = "v${finalAttrs.version}";
23
- hash = "sha256-Pp8QpagTgWWHoC+e/iGfEveQYuMDDX7Oz1IAUx8cp3A=";
+ hash = "sha256-/CZzRIXD0shEok9H+Vx7s9BmzXTI6ly957jvS+nU2fI=";
24
};
25
26
pnpmDeps = pnpm.fetchDeps {
@@ -51,8 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
51
)
52
);
53
VENCORD_REMOTE = "${finalAttrs.src.owner}/${finalAttrs.src.repo}";
54
- # TODO: somehow update this automatically
55
- VENCORD_HASH = "deadbeef";
+ VENCORD_HASH = "${finalAttrs.version}";
56
57
58
buildPhase = ''
0 commit comments