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

vnote: 3.12.888 -> 3.13.0
This commit is contained in:
Anderson Torres 2022-04-06 23:25:30 -03:00 committed by GitHub
commit 9f2cb4a6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,14 +8,14 @@
mkDerivation rec {
pname = "vnote";
version = "3.12.888";
version = "3.13.0";
src = fetchFromGitHub {
owner = "vnotex";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-l9oFixyEM0aAfvrC5rrQMzv7n8rUHECRzhuIQJ/szjc=";
sha256 = "sha256-osJvoi7oyZupJ/bnqpm0TdZ5cMYEeOw9DHOIAzONKLg=";
};
nativeBuildInputs = [