vencord: 1.12.10 -> 1.12.12

(cherry picked from commit f15d572a78)
This commit is contained in:
Sapphire
2025-08-20 02:05:44 -05:00
committed by github-actions[bot]
parent 356ca9caed
commit af7981ed14

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.12.10";
version = "1.12.12";
src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${finalAttrs.version}";
hash = "sha256-1id5efh9Zr2hpLnLAej2EMDQHpjdM7U5ZZBDE2p5Ljc=";
hash = "sha256-44Jiel/Y8ueZkZW0BFltgxrvSKkWmeKs8zVgFBJU+BI=";
};
pnpmDeps = pnpm_10.fetchDeps {