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

vnote: 3.12.0 -> 3.12.888
This commit is contained in:
Anderson Torres 2022-02-01 11:01:40 -03:00 committed by GitHub
commit 506db49cfc
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.12.0";
version = "3.12.888";
src = fetchFromGitHub {
owner = "vnotex";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-hlB/G7qFYbkdIk9f2N+q1Do3V1ON8UUQZ6AUmBfK8x0=";
sha256 = "sha256-l9oFixyEM0aAfvrC5rrQMzv7n8rUHECRzhuIQJ/szjc=";
};
nativeBuildInputs = [