vencord: 1.12.12 -> 1.12.13

(cherry picked from commit 4213228329)
This commit is contained in:
Gliczy
2025-08-31 23:34:14 +02:00
committed by github-actions[bot]
parent 5698a76b38
commit 396b7653d4

View File

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