Skip to content

Commit 72ffc39

Browse files
vnote: 3.19.2-unstable-2025-10-12 -> 3.20.1 (#467108)
2 parents 36e43df + 3a99512 commit 72ffc39

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pkgs/by-name/vn/vnote/package.nix

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,30 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5+
fetchpatch,
56
cmake,
67
qt6,
78
}:
89

910
stdenv.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

0 commit comments

Comments
 (0)