qownnotes: 23.6.4 -> 23.6.5

This commit is contained in:
Patrizio Bekerle 2023-06-16 19:09:52 +02:00
parent eaebbdf59a
commit 131c14aaf2
No known key found for this signature in database
GPG Key ID: 67EF441ECF195217

View File

@ -13,19 +13,20 @@
, wrapQtAppsHook
, botan2
, pkg-config
, nixosTests
}:
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.6.4";
version = "23.6.5";
in
stdenv.mkDerivation {
inherit pname appname version;
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
hash = "sha256-4uH76/zLgNcuX6nI6YtTxGB9cYj3jHla/B3w9w6CUx4=";
hash = "sha256-FTGptp6RWVJYdLXtDI5cymt1bNr+0yHk0wLCOuTbxlE=";
};
nativeBuildInputs = [
@ -60,6 +61,9 @@ stdenv.mkDerivation {
makeWrapper $out/Applications/${appname}.app/Contents/MacOS/${appname} $out/bin/${pname}
'';
# Tests QOwnNotes using the NixOS module by launching xterm:
passthru.tests.basic-nixos-module-functionality = nixosTests.qownnotes;
meta = with lib; {
description = "Plain-text file notepad and todo-list manager with markdown support and Nextcloud/ownCloud integration";
homepage = "https://www.qownnotes.org/";