Merge pull request #155800 from r-ryantm/auto-update/vnote

vnote: 3.11.0 -> 3.12.0
This commit is contained in:
Anderson Torres 2022-01-21 16:48:57 -03:00 committed by GitHub
commit 0ef11c63c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [