vencord: 1.9.9 -> 1.10.1

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 176bc2d30b)
This commit is contained in:
Sefa Eyeoglu
2024-09-05 21:00:30 +02:00
committed by github-actions[bot]
parent a2c60593cd
commit b857ccd155

View File

@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.9.9";
version = "1.10.1";
src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${finalAttrs.version}";
hash = "sha256-0N7RfRbtibWWKGtx8JfFlgC6RQFi2xvxgVI9MrldfhI=";
hash = "sha256-fYLTaxNeixaHP19dS+BPVJwv/xXEV5hmmE2ob7jzS/A=";
};
pnpmDeps = pnpm.fetchDeps {