vencord: 1.10.6 -> 1.10.7, set VENCORD_HASH to finalAttrs.version (#355767)

This commit is contained in:
Sefa Eyeoglu
2024-11-14 17:18:25 +01:00
committed by GitHub

View File

@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.10.6";
version = "1.10.7";
src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${finalAttrs.version}";
hash = "sha256-Pp8QpagTgWWHoC+e/iGfEveQYuMDDX7Oz1IAUx8cp3A=";
hash = "sha256-/CZzRIXD0shEok9H+Vx7s9BmzXTI6ly957jvS+nU2fI=";
};
pnpmDeps = pnpm.fetchDeps {
@@ -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 = ''