vencord: 1.14.3 -> 1.14.5 (#499341)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-12 19:26:24 +00:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vencord";
version = "1.14.3";
version = "1.14.5";
src = fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
tag = "v${finalAttrs.version}";
hash = "sha256-Dqw2VPL1E4tu4m/oe2FVdWr9O1cqdsuMsoFFcosldCc=";
hash = "sha256-FZ00lhPr4R0Bo8zwBfc/Y8eMfbTcRxjH3YwDBm1NSQk=";
};
patches = [ ./fix-deps.patch ];