vnote: 3.11.0 -> 3.12.0

This commit is contained in:
R. Ryantm 2022-01-20 06:50:02 +00:00
parent 7e89775a9e
commit 2d40d483d6

View File

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