vesktop: 1.6.1 -> 1.6.3

This commit is contained in:
Aiden Schembri
2025-12-31 15:55:50 +01:00
parent 8dae1005a5
commit 16243ae567
+4 -7
View File
@@ -26,13 +26,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vesktop";
version = "1.6.1";
version = "1.6.3";
src = fetchFromGitHub {
owner = "Vencord";
repo = "Vesktop";
rev = "v${finalAttrs.version}";
hash = "sha256-ZFAsyH+5duKerZissOR/lESLetqqEMLk86msLlQO1xU=";
hash = "sha256-Ceo66G9Dhz6cL4PlXXrM0Es9QrqFCvlaHgvP/c1aJfQ=";
};
pnpmDeps = fetchPnpmDeps {
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
;
pnpm = pnpm_10;
fetcherVersion = 2;
hash = "sha256-7fYD4lTSLCMOa+CqGlL45Mjw6qMfIJddPcRF5/dGGrk=";
hash = "sha256-H5O08/2cWNj1KfYV1be+uYobDYGEdEfO0nlazbtiqvc=";
};
nativeBuildInputs = [
@@ -72,10 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.getLib stdenv.cc.cc)
];
patches = [
./fix_read_only_settings.patch
]
++ lib.optional withSystemVencord (
patches = lib.optional withSystemVencord (
replaceVars ./use_system_vencord.patch {
inherit vencord;
}