File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchFromGitHub ,
5+ fetchpatch ,
56 cmake ,
67 qt6 ,
78} :
89
910stdenv . mkDerivation ( finalAttrs : {
1011 pname = "vnote" ;
11- version = "3.19.2-unstable-2025-10-12 " ;
12+ version = "3.20.1 " ;
1213
1314 src = fetchFromGitHub {
1415 owner = "vnotex" ;
1516 repo = "vnote" ;
16- rev = "1ebe3fd4ecef69c2bacb7f2ec915666f99195ce1 " ;
17+ tag = "v ${ finalAttrs . version } " ;
1718 fetchSubmodules = true ;
18- hash = "sha256-vbud2IjmkIIkuZ7ocrQ199CEsKy1nMnidGe/d0UN9jU =" ;
19+ hash = "sha256-Ukik02qP7a86dgBTghD9wGKGpXkdGdxczg01APtcOAM =" ;
1920 } ;
2021
22+ patches = [
23+ ( fetchpatch {
24+ url = "https://github.com/vnotex/vnote/commit/7c59d0d061d30f8f1f57eab855b73d3b1f452df1.patch" ;
25+ hash = "sha256-gt2JDO9kGR/bjTtqTaAdHDHm9UC3XMG6KgKeDdhhNNg=" ;
26+ } )
27+ ] ;
28+
2129 nativeBuildInputs = [
2230 cmake
2331 qt6 . wrapQtAppsHook
You can’t perform that action at this time.
0 commit comments