vencord: 1.13.12 -> 1.14.1

This commit is contained in:
Gliczy
2026-01-24 15:50:44 +01:00
parent b83ecb3e1e
commit 50e2f95672
+2 -2
View File
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.13.12";
version = "1.14.1";
src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
tag = "v${finalAttrs.version}";
hash = "sha256-YRpDcTO0/8Pko8mNbaA4WhsnLpXoL+Pp4CMx40Bcg+A=";
hash = "sha256-g+zyq4KvLhn1aeziTwh3xSYvzzB8FwoxxR13mbivyh4=";
};
patches = [ ./fix-deps.patch ];