vencord: 1.12.1 -> 1.12.2

This commit is contained in:
Gliczy
2025-05-16 22:53:46 +02:00
parent b08ce3fa86
commit 277a3f207d
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${finalAttrs.version}";
hash = "sha256-Vs6S8N3q5JzXfeogfD0JrVIhMnYIio7+Dfy12gUJrlU=";
hash = "sha256-a4lbeuXEHDMDko8wte7jUdJ0yUcjfq3UPQAuSiz1UQU=";
};
pnpmDeps = pnpm_10.fetchDeps {