vnote: 3.19.1 -> 3.19.2

This commit is contained in:
R. Ryantm
2025-05-16 08:50:37 +00:00
parent 44faf3c6e4
commit 258f1c71ac
+2 -2
View File
@@ -8,14 +8,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vnote";
version = "3.19.1";
version = "3.19.2";
src = fetchFromGitHub {
owner = "vnotex";
repo = "vnote";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-ZRCO32F/J0m7eAp0+AOterYPVJUC3asejzkY6/3QBLg=";
hash = "sha256-40k0wSqRdwlUqrbb9mDK0dqsSEqCfbNLt+cUKeky+do=";
};
nativeBuildInputs = [