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

vnote: 3.7.0 -> 3.8.1
This commit is contained in:
Anderson Torres 2021-10-28 14:38:50 -03:00 committed by GitHub
commit e6123b607e
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.7.0";
version = "3.8.1";
src = fetchFromGitHub {
owner = "vnotex";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-D9/4BakXTComvGTV8F131G5PzA8LhWfNSZRBOMo5t5c=";
sha256 = "sha256-GgSVBVcT0rfgglyjCmkEMbKCEltesC3eSsN38psrkS4=";
};
nativeBuildInputs = [ qmake ];