vencord: 1.11.2 -> 1.11.3 (#377814)

This commit is contained in:
Sefa Eyeoglu 2025-01-29 23:24:12 +01:00 committed by GitHub
commit ed57392232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.11.2";
version = "1.11.3";
src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${finalAttrs.version}";
hash = "sha256-18CzWAcBotIdzXFPIptBo20KZxXDVhM7AwwlCnPz+Wk=";
hash = "sha256-hx8YXkkpZoNq1aDsgdU5+Usmcp/mrlTo9sV2X4vqRuY=";
};
pnpmDeps = pnpm_9.fetchDeps {