Merge pull request #324100 from Limosine/vnote

vnote: 3.17.0 -> 3.18.0
This commit is contained in:
Weijia Wang
2024-07-05 22:05:47 +02:00
committed by GitHub
2 changed files with 12 additions and 14 deletions
@@ -1,34 +1,34 @@
{ lib
, stdenv
, fetchFromGitHub
, qmake
, qtbase
, qtwebengine
, qtx11extras
, wrapQtAppsHook
, cmake
, qt6
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vnote";
version = "3.17.0";
version = "3.18.0";
src = fetchFromGitHub {
owner = "vnotex";
repo = "vnote";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-NUVu6tKXrrwAoT4BgxX05mmGSC9yx20lwvXzd4y19Zs=";
hash = "sha256-OpQjMngSEnmtTMLXLllDlIzucdSLSqdFU4ZtPb7ytvQ=";
};
nativeBuildInputs = [
qmake
wrapQtAppsHook
cmake
qt6.wrapQtAppsHook
];
buildInputs = [
qtbase
qtwebengine
qtx11extras
qt6.qtbase
qt6.qtwebengine
qt6.qtsvg
qt6.qttools
qt6.qt5compat
qt6.qtwayland
];
meta = {
-2
View File
@@ -39835,8 +39835,6 @@ with pkgs;
buildGoModule = buildGo122Module;
};
vnote = libsForQt5.callPackage ../applications/office/vnote { };
sshportal = callPackage ../servers/sshportal { };
ssh-audit = callPackage ../tools/security/ssh-audit { };