vnote: 3.10.1 -> 3.11.0

This commit is contained in:
R. Ryantm 2021-12-31 22:34:23 +00:00
parent 5c60dc1f26
commit 977781e1d9

View File

@ -8,14 +8,14 @@
mkDerivation rec {
pname = "vnote";
version = "3.10.1";
version = "3.11.0";
src = fetchFromGitHub {
owner = "vnotex";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-juLyKAq21qNCWTpyMJSMw86U/DMbw/QJCr8QwyqVclA=";
sha256 = "sha256-JZqV+ZDYRWiuKLSctB2L2SGPmboLeL3HeecMoaNXY+4=";
};
nativeBuildInputs = [