Commit 82e2438 1 parent f23343f commit 82e2438 Copy full SHA for 82e2438
File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 3
3
, stdenvNoCC
4
4
, gcc13Stdenv
5
5
, fetchFromGitHub
6
+ , fetchpatch
6
7
, substituteAll
7
8
, makeWrapper
8
9
, makeDesktopItem
@@ -75,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
75
76
dontBuild = true ;
76
77
dontFixup = true ;
77
78
outputHashMode = "recursive" ;
78
- outputHash = "sha256-v6ibAcfYgr1VjGK7NUF4DKd5da03mZndPUAnSl++RqE =" ;
79
+ outputHash = "sha256-hW7GXaYzdUe23pf46HAtFpd742yL8Guwno0M3CIGpQQ =" ;
79
80
} ;
80
81
81
82
nativeBuildInputs = [
@@ -88,6 +89,11 @@ stdenv.mkDerivation (finalAttrs: {
88
89
patches = [
89
90
( substituteAll { inherit vencord ; src = ./use_system_vencord.patch ; } )
90
91
./disable_update_checking.patch
92
+ ( fetchpatch {
93
+ name = "use-tsx-4.6.1.patch" ;
94
+ url = "https://github.com/pluiedev/Vesktop/commit/5651f2674e90e21dc557733dcfcce9c9d316a10f.patch" ;
95
+ hash = "sha256-Qs87MuRrc8Sx3Gctfb90QJW3JyGqW6wI0aqtyzsP1aQ=" ;
96
+ } )
91
97
] ;
92
98
93
99
ELECTRON_SKIP_BINARY_DOWNLOAD = 1 ;
You can’t perform that action at this time.
0 commit comments