vnote: 3.8.1 -> 3.10.1

This commit is contained in:
AndersonTorres 2021-11-18 17:37:03 -03:00
parent e4a4f3ba55
commit 71f6dcfcc2

View file

@ -8,18 +8,24 @@
mkDerivation rec {
pname = "vnote";
version = "3.8.1";
version = "3.10.1";
src = fetchFromGitHub {
owner = "vnotex";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-GgSVBVcT0rfgglyjCmkEMbKCEltesC3eSsN38psrkS4=";
sha256 = "sha256-juLyKAq21qNCWTpyMJSMw86U/DMbw/QJCr8QwyqVclA=";
};
nativeBuildInputs = [ qmake ];
buildInputs = [ qtbase qtwebengine ];
nativeBuildInputs = [
qmake
];
buildInputs = [
qtbase
qtwebengine
];
meta = with lib; {
homepage = "https://vnotex.github.io/vnote";